.github | ||
src | ||
.envrc.example | ||
.gitignore | ||
.purs-repl | ||
.tidyoperators | ||
.tidyrc.json | ||
bower.json | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
packages.dhall | ||
README.md | ||
spago-packages.nix | ||
spago.dhall | ||
test.js |
purescript-unlift
Standard library for working with monads at the base of a transformer stack.
MonadBase
allow any base monad to be lifted into a transformed monad à la
MonadEffect
and MonadAff
. MonadUnliftEffect
, MonadUnliftAff
, and
MonadUnlift
allow running a stateless transformed monad inside of a base
monad. Based on:
Installation
spago install unlift
Documentation
Module documentation is published on Pursuit.