ocaml-gospel / gospel

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

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

Closed shym closed 12 months ago

shym commented 1 year ago

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

Closes #315

shym commented 12 months ago

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