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

Hello :) Package [algebraic](https://pkgs.racket-lang.org/package/algebraic) currently [depends](https://github.com/dedbox/racket-algebraic/blob/master/info.rkt#L5-L7) on scribble, racket-doc, texmath, sandbox and those are used only for docs. More modular approach e.g. by splitting * `algebraic-lib` * `algebraic` containing both...

Hi, I'm new to Racket, so this is likely my mistake. But is it a known limitation that `function` can't deconstruct structs that come from another file? Here's a minimal...

bug

A special notation for representing ordinary Racket data as a single-field product type. `newtype` instances are indistinguishable from their field at run time. Their main purpose is to provide a...

The "old" (or current as of this writing) implementation of classes and class instances eschews types entirely, so I wind up manually resolving each use of a class member to...

enhancement

in `algebraic/data/maybe`

enhancement

in `algebraic/class`

enhancement