akh icon indicating copy to clipboard operation
akh copied to clipboard

Javascript Monad and Monad Transformer Collection

Results 3 akh issues
Sort by recently updated
recently updated
newest added

## Proposal: move Akh to a monorepo #### Why? It's very hard to contribute across Akh monads: * Changes to one monad may affect others (some tests depend on other...

The way it is used in khepri-compile, this is degrading performance without any benefit But `DContT` may need to wrap.

[Bennu](https://github.com/mattbierner/bennu) currently defines two parser `late` and `rec` that would be useful as a more general solution for Akh monads Late resolves the content of function only when a computation...

enhancement