| Safe Haskell | Safe-Inferred |
|---|
Text.Chatty.Expansion.History
Documentation
Constructors
| History | |
Fields
| |
Instances
| MonadTrans HistoryT | |
| ChChannelPrinter Bool m0 => ChChannelPrinter Bool (HistoryT m0) | |
| ChChannelPrinter Int m0 => ChChannelPrinter Int (HistoryT m0) | |
| ChChannelPrinter Handle m0 => ChChannelPrinter Handle (HistoryT m0) | |
| Monad m => Monad (HistoryT m) | |
| Monad m => Functor (HistoryT m) | |
| MonadIO m => MonadIO (HistoryT m) | |
| ChRandom m0 => ChRandom (HistoryT m0) | |
| ChClock m0 => ChClock (HistoryT m0) | |
| ChFinalizer m0 => ChFinalizer (HistoryT m0) | |
| ChScanner m0 => ChScanner (HistoryT m0) | |
| ChBufferedScanner m0 => ChBufferedScanner (HistoryT m0) | |
| ChPrinter m0 => ChPrinter (HistoryT m0) | |
| ChSpawn m0 => ChSpawn (HistoryT m0) | |
| ChExtendedPrinter m0 => ChExtendedPrinter (HistoryT m0) | |
| ChExpand m => ChExpand (HistoryT m) | |
| ChExpanderEnv m0 => ChExpanderEnv (HistoryT m0) | |
| Monad m => ChHistoryEnv (HistoryT m) |
class Monad he => ChHistoryEnv he whereSource
Instances
| ChHistoryEnv m0 => ChHistoryEnv (HandleCloserT m0) | |
| ChHistoryEnv m0 => ChHistoryEnv (InRedirT m0) | |
| ChHistoryEnv m0 => ChHistoryEnv (QuietT m0) | |
| ChHistoryEnv m0 => ChHistoryEnv (HereStringT m0) | |
| ChHistoryEnv m0 => ChHistoryEnv (ScannerBufferT m0) | |
| ChHistoryEnv m0 => ChHistoryEnv (RecorderT m0) | |
| ChHistoryEnv m0 => ChHistoryEnv (OutRedirT m0) | |
| ChHistoryEnv m0 => ChHistoryEnv (DeafT m0) | |
| ChHistoryEnv m0 => ChHistoryEnv (SpawnOverlayT m0) | |
| ChHistoryEnv m0 => ChHistoryEnv (JoinerT m0) | |
| ChHistoryEnv m0 => ChHistoryEnv (HandleFilterT m0) | |
| ChHistoryEnv m0 => ChHistoryEnv (BoolFilterT m0) | |
| ChHistoryEnv m0 => ChHistoryEnv (IntFilterT m0) | |
| ChHistoryEnv m0 => ChHistoryEnv (HandleArchiverT m0) | |
| ChHistoryEnv m0 => ChHistoryEnv (BoolArchiverT m0) | |
| ChHistoryEnv m0 => ChHistoryEnv (IntArchiverT m0) | |
| ChHistoryEnv m0 => ChHistoryEnv (ExpanderT m0) | |
| Monad m => ChHistoryEnv (HistoryT m) | |
| ChHistoryEnv m0 => ChHistoryEnv (HtmlPrinterT m0) | |
| ChHistoryEnv m0 => ChHistoryEnv (AnsiPrinterT m0) |
expandHist :: ChHistoryEnv h => String -> h StringSource
withHistory :: Monad m => HistoryT m a -> m aSource