| 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
| Show TerminalType Source # | |
Defined in Language.Haskell.HsColour.Output Methods showsPrec :: Int -> TerminalType -> ShowS # show :: TerminalType -> String # showList :: [TerminalType] -> ShowS # | |
| Eq TerminalType Source # | |
Defined in Language.Haskell.HsColour.Output | |
| Ord TerminalType Source # | |
Defined in Language.Haskell.HsColour.Output Methods compare :: TerminalType -> TerminalType -> Ordering # (<) :: TerminalType -> TerminalType -> Bool # (<=) :: TerminalType -> TerminalType -> Bool # (>) :: TerminalType -> TerminalType -> Bool # (>=) :: TerminalType -> TerminalType -> Bool # max :: TerminalType -> TerminalType -> TerminalType # min :: TerminalType -> TerminalType -> TerminalType # | |