| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Language.Drasil.Printing.Import
Description
Re-export top-level functions for easy use across drasil-printers.
Synopsis
- expr :: Expr -> PrintingInformation -> Expr
- codeExpr :: CodeExpr -> PrintingInformation -> Expr
- literal :: Literal -> PrintingInformation -> Expr
- modelExpr :: ModelExpr -> PrintingInformation -> Expr
- space :: PrintingInformation -> Space -> Expr
- spec :: PrintingInformation -> Sentence -> Spec
- symbol :: Symbol -> Expr
- makeDocument :: PrintingInformation -> Document -> Document
- makeProject :: PrintingInformation -> Document -> Project
Documentation
codeExpr :: CodeExpr -> PrintingInformation -> Expr Source #
Translate CodeExprs to printable layout AST Exprs.
modelExpr :: ModelExpr -> PrintingInformation -> Expr Source #
Translate Exprs to printable layout AST.
makeDocument :: PrintingInformation -> Document -> Document Source #
makeProject :: PrintingInformation -> Document -> Project Source #