Go to file
2022-03-16 14:50:25 -06:00
.github Update GH actions 2022-03-16 14:48:01 -06:00
src use MonadBase from monad-control 2022-03-16 08:59:42 -06:00
.envrc.example Initial commit 2022-03-15 08:55:25 -06:00
.gitignore Remove pre-commit config 2022-03-15 22:13:13 -06:00
.purs-repl Initial commit 2022-03-15 08:55:25 -06:00
.tidyoperators Initial commit 2022-03-15 08:55:25 -06:00
.tidyrc.json Initial commit 2022-03-15 08:55:25 -06:00
bower.json use MonadBase from monad-control 2022-03-16 08:59:42 -06:00
flake.lock Initial commit 2022-03-15 08:55:25 -06:00
flake.nix Fix nix build 2022-03-16 14:39:42 -06:00
LICENSE Initial commit 2022-03-15 12:31:07 -06:00
packages.dhall Initial commit 2022-03-15 08:55:25 -06:00
README.md Fix shields 2022-03-16 14:50:25 -06:00
spago-packages.nix Update spago2nix 2022-03-16 14:28:25 -06:00
spago.dhall Remove unnecessary dependencies 2022-03-16 14:33:42 -06:00
test.js Add MonadBase 2022-03-15 12:31:10 -06:00

purescript-unlift

Latest release Build status Pursuit

Classes that allow stateless monads to be "unlifted" into a base monad.

  • MonadUnliftEffect: Run any compatible monad in Effect
  • MonadUnliftAff: Run any compatible monad in Aff
  • MonadUnlift: Run any compatible monad in any base monad.

Based on:

Installation

spago install unlift

Documentation

Module documentation is published on Pursuit.