Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
This module contains the pretty printing of the abstract syntax tree defined in Language.CSharp.Syntax. Pretty printing results in a syntactically valid program.
- prettyPrint :: Pretty a => a -> String
- class Pretty a where
Documentation
prettyPrint :: Pretty a => a -> String Source #
Results in the pretty printed value of a
.
Pretty printing type class.