Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Documentation
Command-line options
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.
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 |
Instances
data TerminalType Source #
Ansi16Colour |
|
XTerm256Compatible |
|
Instances
Show TerminalType Source # | |
Defined in Language.Haskell.HsColour.Output showsPrec :: Int -> TerminalType -> ShowS # show :: TerminalType -> String # showList :: [TerminalType] -> ShowS # | |
Eq TerminalType Source # | |
Defined in Language.Haskell.HsColour.Output (==) :: TerminalType -> TerminalType -> Bool # (/=) :: TerminalType -> TerminalType -> Bool # | |
Ord TerminalType Source # | |
Defined in Language.Haskell.HsColour.Output compare :: TerminalType -> TerminalType -> Ordering # (<) :: TerminalType -> TerminalType -> Bool # (<=) :: TerminalType -> TerminalType -> Bool # (>) :: TerminalType -> TerminalType -> Bool # (>=) :: TerminalType -> TerminalType -> Bool # max :: TerminalType -> TerminalType -> TerminalType # min :: TerminalType -> TerminalType -> TerminalType # |