Go to file
2022-03-15 12:54:56 -06:00
.github Initial commit 2022-03-15 12:31:07 -06:00
src Edit documentation 2022-03-15 12:54:56 -06:00
.envrc.example Initial commit 2022-03-15 08:55:25 -06:00
.gitignore Edit documentation 2022-03-15 12:54:56 -06:00
.pre-commit-config.yaml Initial commit 2022-03-15 08:55:25 -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 Add bower.json 2022-03-15 12:54:56 -06:00
flake.lock Initial commit 2022-03-15 08:55:25 -06:00
flake.nix Add necessary fields to spago.dhall 2022-03-15 12:31:10 -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 Write README 2022-03-15 12:31:10 -06:00
spago-packages.nix Add MonadBase 2022-03-15 12:31:10 -06:00
spago.dhall Add necessary fields to spago.dhall 2022-03-15 12:31:10 -06:00
test.js Add MonadBase 2022-03-15 12:31:10 -06:00

purescript-unlift

Latest release Build status Pursuit

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.