racket-algebraic icon indicating copy to clipboard operation
racket-algebraic copied to clipboard

Algebraic structures for untyped Racket

Results 36 racket-algebraic issues
Sort by recently updated
recently updated
newest added

Right now, it supports the basic form and the function-defining shorthand, but not the curried-function definition shorthand.

enhancement

It looks like a `var` right now. The `racket` form isn't creating the link, and it seems like `else` is already required for-label.

bug

This is the only thing blocking wholesale drop-in replacement.

enhancement

Does this make any sense?

enhancement

They're formatted correctly, but I think the extra scope are getting in the way of the automatic linking.

bug

The properties documented for e.g. Monad and Applicative haven't been tested yet. There may be a typo or two.

enhancement

For functions AND macros: Make the pattern `_x _y _x` match `1 2 1` but not `1 2 3`, and make sure the pattern `_ _ _` still matches `1...

enhancement

All of it. It's all useful.

enhancement