cryspen/hax

`loop {...}` (when not a `for` or `while`)

Aperta

#124 aperta il 6 giu 2023

 (2 commenti) (0 reazioni) (0 assegnatari)OCaml (61 fork)auto 404
backendenginegood first issuekeep-openunsupported-rust

Metriche repository

Star
 (456 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Every backend rejects entirely plain loops (i.e. those that could not be interpreted as something with more structure such as a for loop for instance).

We should accept those and produce code for them, even if proving things about them will be painful.

Guida contributor