hscolour-1.11: Colourise Haskell code.Source codeContentsIndex
Language.Haskell.HsColour.Options
Synopsis
data Option
= Help
| Version
| Information
| Format Output
| LHS Literate
| Anchors Bool
| Partial Bool
| Input FilePath
| Output FilePath
data Output
= TTY
| LaTeX
| HTML
| CSS
| MIRC
data Literate
= NoLit
| Bird
| TeX
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 Literateliterate 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.
MIRCmIRC chat clients
show/hide Instances
data Literate Source
Constructors
NoLit
Bird
TeX
show/hide Instances
Produced by Haddock version 2.6.0