apis-0.0.0: A Template Haskell library for generating type safe API calls

Safe HaskellSafe-Inferred
LanguageHaskell2010

Control.Monad.Trans.API

Documentation

type APIT s m = StateT s m Source

runAPIT :: s -> APIT s m a -> m (a, s) Source