ocaml-gospel / gospel

A tool-agnostic formal specification language for OCaml.
https://ocaml-gospel.github.io/gospel
MIT License
123 stars 16 forks source link

Propagate non-optional name to typed ast #374

Closed n-osborne closed 7 months ago

n-osborne commented 7 months ago

This PR completes #372.

It contains a breaking change in the typed AST.

n-osborne commented 7 months ago

Thanks for the review :-) I'm not sure why it was not done in the #372 (I think an oversight on my part :sweat_smile: ) It is expected to break Ortac/Wrapper as it reads the invariants. But nothing to hard to fix.