Paraiso-0.3.1.5: a code generator for partial differential equations solvers.

Safe HaskellNone
LanguageHaskell2010

Language.Paraiso.OM.PrettyPrint

Synopsis

Documentation

prettyPrint :: Ready v g => OM v g a -> Text Source

pretty print the OM, neglecting any annotations.

prettyPrintA :: Ready v g => (a -> [Text]) -> OM v g a -> Text Source

pretty print the OM with your choice of prettyprinter for annotation.

prettyPrintA1 :: Ready v g => OM v g Annotation -> Text Source

pretty print the OM, using a default printing for annotation.