Go to file
2023-11-14 09:43:36 -06:00
.github Update GH actions 2022-03-16 14:48:01 -06:00
bun chore: migrate to new spago 2023-11-14 09:43:36 -06:00
src use MonadBase from monad-control 2022-03-16 08:59:42 -06:00
.gitignore chore: migrate to new spago 2023-11-14 09:43:36 -06:00
.prettierrc.cjs chore: migrate to new spago 2023-11-14 09:43:36 -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
.tool-versions chore: migrate to new spago 2023-11-14 09:43:36 -06:00
bun.lockb chore: migrate to new spago 2023-11-14 09:43:36 -06:00
index.js chore: migrate to new spago 2023-11-14 09:43:36 -06:00
jsconfig.json chore: migrate to new spago 2023-11-14 09:43:36 -06:00
LICENSE Initial commit 2022-03-15 12:31:07 -06:00
package.json chore: migrate to new spago 2023-11-14 09:43:36 -06:00
README.md Fix shields 2022-03-16 14:50:25 -06:00
spago.yaml chore: migrate to new spago 2023-11-14 09:43:36 -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.