| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell98 | 
Language.Haskell.HsColour.Options
Documentation
Command-line options
Constructors
| Help | print usage message | 
| Version | report version | 
| Information | report auxiliary information, e.g. CSS defaults | 
| Format Output | what type of output to produce | 
| LHS Bool | literate input (i.e. multiple embedded fragments) | 
| Anchors Bool | whether to add anchors | 
| Partial Bool | whether to produce a full document or partial | 
| Input FilePath | input source file | 
| Output FilePath | output source file | 
| Annot FilePath | annotations file | 
The supported output formats.
Constructors
| TTY | ANSI terminal codes. Equivalent to  | 
| TTYg TerminalType | Terminal codes appropriate for the  | 
| LaTeX | TeX macros | 
| HTML | HTML with font tags | 
| CSS | HTML with CSS. | 
| ACSS | HTML with CSS and mouseover types. | 
| ICSS | HTML with inline CSS. | 
| MIRC | mIRC chat clients | 
data TerminalType Source
Constructors
| Ansi16Colour | 
 | 
| XTerm256Compatible | 
 | 
Instances