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

How to circumvent underscore->italics for racket identifiers in examples?

bug

1. extend `#lang racket` with algebraic structures 2. provide for-syntax macros AND racket/base

enhancement

The applicative instance for lists does not behave the way it should. Compare the following Racket program with the Haskell program following it to observe the crucial difference. ``` scm...

I tried to define the writer monad with an arbitrary monoid as the accumulator, but could not figure out how to express the necessary class constraint. The following program raises...