Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- renderAnsiIO :: Doc -> IO ()
- putDoc :: (MonadIO m, HasOptions m) => Doc -> m ()
Documentation
renderAnsiIO :: Doc -> IO () Source #
Render an annotated, pretty-printing Doc
ument into a string
suitable for printing on VT100-compatible terminals.
putDoc :: (MonadIO m, HasOptions m) => Doc -> m () Source #