ocaml-gospel / gospel

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

Use standard lowercase `true` and `false` for booleans #333

Closed shym closed 1 year ago

shym commented 1 year ago

Parsing used the standard lowercase syntax but pretty-printing was using uppercase versions

Closes #315

shym commented 1 year ago

This seemed more a typo than an explicit choice, so I think we can skip the changelog.