| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Drasil.Build.Artifacts.Render
Synopsis
- class Renderable doc where
- renderToFile :: OsPath -> doc -> IO ()
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
| Renderable Doc Source # | |
Defined in Drasil.Build.Artifacts.Render Methods renderToFile :: OsPath -> Doc -> IO () Source # | |
| Renderable (Doc ann) Source # | |
Defined in Drasil.Build.Artifacts.Render Methods renderToFile :: OsPath -> Doc ann -> IO () Source # | |