jackfirth / rebellion

A collection of core libraries for Racket
https://pkgs.racket-lang.org/package/rebellion
Apache License 2.0
80 stars 16 forks source link

Use #true and #false instead of #t and #f #467

Closed jackfirth closed 3 years ago

jackfirth commented 3 years ago

The shorthands are hard to read and easy to confuse with each other. This pull request doesn't rewrite them everywhere because I only got around to doing it in a few files. This cleanup will probably be a gradual thing.