hscolourSource codeContentsIndex
Language.Haskell.HsColour.Options
Synopsis
data Option
= Help
| Version
| Information
| Format Output
| LHS Bool
| Anchors Bool
| Partial Bool
| Input FilePath
| Output FilePath
data Output
= TTY
| LaTeX
| HTML
| CSS
| ICSS
| MIRC
Documentation
data Option Source
Command-line options
Constructors
Helpprint usage message
Versionreport version
Informationreport auxiliary information, e.g. CSS defaults
Format Outputwhat type of output to produce
LHS Boolliterate input (i.e. multiple embedded fragments)
Anchors Boolwhether to add anchors
Partial Boolwhether to produce a full document or partial
Input FilePathinput source file
Output FilePathoutput source file
show/hide Instances
data Output Source
The supported output formats.
Constructors
TTYANSI terminal codes
LaTeXTeX macros
HTMLHTML with font tags
CSSHTML with CSS.
ICSSHTML with inline CSS.
MIRCmIRC chat clients
show/hide Instances
Eq Output
Show Output
Produced by Haddock version 0.8