| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Text.Chatty.Expansion.History
Documentation
Constructors
| History | |
Fields
| |
Instances
class Monad he => ChHistoryEnv he where Source #
Instances
expandHist :: ChHistoryEnv h => String -> h String Source #
withHistory :: Monad m => HistoryT m a -> m a Source #