| Safe Haskell | Safe-Inferred |
|---|
Text.Chatty.Expansion.History
Documentation
Constructors
| History | |
Fields
| |
Instances
| MonadTrans HistoryT | |
| ChannelPrinter Bool m0 => ChannelPrinter Bool (HistoryT m0) | |
| ChannelPrinter Int m0 => ChannelPrinter Int (HistoryT m0) | |
| ChannelPrinter Handle m0 => ChannelPrinter Handle (HistoryT m0) | |
| Monad m => Monad (HistoryT m) | |
| Monad m => Functor (HistoryT m) | |
| MonadIO m => MonadIO (HistoryT m) | |
| MonadRandom m0 => MonadRandom (HistoryT m0) | |
| MonadClock m0 => MonadClock (HistoryT m0) | |
| MonadFinalizer m0 => MonadFinalizer (HistoryT m0) | |
| MonadScanner m0 => MonadScanner (HistoryT m0) | |
| MonadPrinter m0 => MonadPrinter (HistoryT m0) | |
| MonadSpawn m0 => MonadSpawn (HistoryT m0) | |
| ExtendedPrinter m0 => ExtendedPrinter (HistoryT m0) | |
| MonadExpand m => MonadExpand (HistoryT m) | |
| ExpanderEnv m0 => ExpanderEnv (HistoryT m0) | |
| Monad m => HistoryEnv (HistoryT m) |
class Monad he => HistoryEnv he whereSource
Instances
| HistoryEnv m0 => HistoryEnv (HandleCloserT m0) | |
| HistoryEnv m0 => HistoryEnv (InRedirT m0) | |
| HistoryEnv m0 => HistoryEnv (QuietT m0) | |
| HistoryEnv m0 => HistoryEnv (HereStringT m0) | |
| HistoryEnv m0 => HistoryEnv (RecorderT m0) | |
| HistoryEnv m0 => HistoryEnv (OutRedirT m0) | |
| HistoryEnv m0 => HistoryEnv (DeafT m0) | |
| HistoryEnv m0 => HistoryEnv (SpawnOverlayT m0) | |
| HistoryEnv m0 => HistoryEnv (JoinerT m0) | |
| HistoryEnv m0 => HistoryEnv (HandleFilterT m0) | |
| HistoryEnv m0 => HistoryEnv (BoolFilterT m0) | |
| HistoryEnv m0 => HistoryEnv (IntFilterT m0) | |
| HistoryEnv m0 => HistoryEnv (HandleArchiverT m0) | |
| HistoryEnv m0 => HistoryEnv (BoolArchiverT m0) | |
| HistoryEnv m0 => HistoryEnv (IntArchiverT m0) | |
| HistoryEnv m0 => HistoryEnv (ExpanderT m0) | |
| Monad m => HistoryEnv (HistoryT m) | |
| HistoryEnv m0 => HistoryEnv (HtmlPrinterT m0) | |
| HistoryEnv m0 => HistoryEnv (AnsiPrinterT m0) |
expandHist :: HistoryEnv h => String -> h StringSource
withHistory :: Monad m => HistoryT m a -> m aSource