jackfirth / rebellion

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

Store enum binding constants in a sorted vector, not a set #459

Closed jackfirth closed 4 years ago

jackfirth commented 4 years ago

This helps macros treat enum constants with a consistent order. Technically backwards incompatible, but this API has barely existed for more than a week or two.