Agda.Syntax.Common.Pretty.ANSI
renderAnsiIO :: Doc -> IO () Source #
Render an annotated, pretty-printing Document into a string suitable for printing on VT100-compatible terminals.
Doc
putDoc :: (MonadIO m, HasOptions m) => Doc -> m () Source #