cimple-0.0.13: Simple C-like programming language
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.Cimple.Pretty

Synopsis

Documentation

plain :: Doc -> Doc #

Removes all colorisation, emboldening and underlining from a document

showNode :: Node (Lexeme Text) -> Text Source #