dedbox / racket-algebraic

Algebraic structures for untyped Racket
MIT License
75 stars 7 forks source link

add `instantiate` form #72

Closed dedbox closed 5 years ago

dedbox commented 5 years ago

The with-instance forms adds unnecessary noise to modules with many small functions in the same instances. A module- or top-level form that define-syntaxes its members would eliminate most of the noise.