Package

purescript-unlift

Repository
tweag/purescript-unlift
License
MIT
Uploaded by
jhbertra
Published on
2022-03-16T15:00:01Z

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.