area/error-messagescomponent/extractiongood first issue
Metriche repository
- Star
- (3068 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
The function assert is never extracted to OCaml. This is not very nice when using the ocaml-based F* compiler and getting a Failure("Impossible") because an invariant was broken.
It would be nice to extract the assertions when they do correspond to runtime checks as they are in the compiler.