purescript-unlift/README.md
2022-03-15 12:31:10 -06:00

1.2 KiB

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.