Safe Haskell | Safe |
---|---|
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
Eq TerminalType Source # | |
Defined in Language.Haskell.HsColour.Output Methods (==) :: TerminalType -> TerminalType -> Bool Source # (/=) :: TerminalType -> TerminalType -> Bool Source # | |
Ord TerminalType Source # | |
Defined in Language.Haskell.HsColour.Output Methods compare :: TerminalType -> TerminalType -> Ordering Source # (<) :: TerminalType -> TerminalType -> Bool Source # (<=) :: TerminalType -> TerminalType -> Bool Source # (>) :: TerminalType -> TerminalType -> Bool Source # (>=) :: TerminalType -> TerminalType -> Bool Source # max :: TerminalType -> TerminalType -> TerminalType Source # min :: TerminalType -> TerminalType -> TerminalType Source # | |
Show TerminalType Source # | |
Defined in Language.Haskell.HsColour.Output |