drasil-build-artifacts-0.1.1.0: A framework for code and document generation for scientific software - build-artifacts SubPackage
Safe HaskellSafe-Inferred
LanguageHaskell2010

Drasil.Build.Artifacts.Render

Synopsis

Documentation

class Renderable doc where Source #

Render a document and write it to a file (with a trailing newline always added).

Methods

renderToFile :: OsPath -> doc -> IO () Source #

Instances

Instances details
Renderable Doc Source # 
Instance details

Defined in Drasil.Build.Artifacts.Render

Methods

renderToFile :: OsPath -> Doc -> IO () Source #

Renderable (Doc ann) Source # 
Instance details

Defined in Drasil.Build.Artifacts.Render

Methods

renderToFile :: OsPath -> Doc ann -> IO () Source #