Skip to content
  • Tommy Bidne's avatar
    912b5492
    Add module for ReaderT interface · 912b5492
    Tommy Bidne authored
    Adds functions for converting from/to ReaderT. This allows easier
    integration into applications that do not want to commit to a concrete
    monad stack e.g. "mtl-style" or effects.
    
    The ReaderT environment is deliberately left abstract, as to not
    expose internal details.
    912b5492
    Add module for ReaderT interface
    Tommy Bidne authored
    Adds functions for converting from/to ReaderT. This allows easier
    integration into applications that do not want to commit to a concrete
    monad stack e.g. "mtl-style" or effects.
    
    The ReaderT environment is deliberately left abstract, as to not
    expose internal details.
To find the state of this project's repository at the time of any of these versions, check out the tags.
Loading