Agda
Safe HaskellNone
LanguageHaskell2010

Agda.Syntax.Common.Pretty.ANSI

Synopsis

Documentation

printTreeAnsi :: DocTree -> IO () Source #

Print an annotated, pretty-printing DocTree onto a VT100-compatible terminal.

putDocLn :: (MonadIO m, HasOptions m) => Doc -> m () Source #