Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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 CodeExpr
s to printable layout AST Expr
s.
modelExpr :: ModelExpr -> PrintingInformation -> Expr Source #
Translate Exprs to printable layout AST.
makeDocument :: PrintingInformation -> Document -> Document Source #
makeProject :: PrintingInformation -> Document -> Project Source #