drasil-printers-0.1.10.0: A framework for code and document generation for scientific software - Printers SubPackage
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.Drasil.HTML.Monad

Description

Defines types needed for HTML printers.

Synopsis

Documentation

newtype PrintHTML Source #

Printing "monad". Doesn't need context, so Identity (under another name) will do just fine.

Constructors

PH 

Fields

Instances

Instances details
RenderSpecial PrintHTML Source #

Special HTML symbols (degree and Greek partial derivative symbol).

Instance details

Defined in Language.Drasil.HTML.Monad

Methods

special :: Special -> PrintHTML #