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

Values of type `unit` are named `unit` #385

Closed n-osborne closed 4 months ago

n-osborne commented 5 months ago

Symbols.fs_symbols gives the name unit to the value, I would have expected ().

As raised by ortac#207, this is a problem when translating (at least to OCaml).