chatty-0.7.0.0: Some monad transformers and typeclasses for abstraction of global dependencies.

Safe HaskellSafe
LanguageHaskell2010

Text.Chatty.Expansion.History

Documentation

class Monad he => ChHistoryEnv he where Source

Methods

mcounth :: he Int Source

mgeth :: Int -> he String Source

mputh :: String -> he () Source

Instances

withHistory :: Monad m => HistoryT m a -> m a Source