| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell98 |
Language.Haskell.HsColour.ACSS
Description
Formats Haskell source code as HTML with CSS and Mouseover Type Annotations
Documentation
Arguments
| :: Bool | Whether to include anchors. |
| -> Int | Starting line number (for line anchors). |
| -> String | Haskell source code, Annotations as comments at end |
| -> String | Coloured Haskell source code. |
Formats Haskell source code using HTML and mouse-over annotations
Arguments
| :: Bool | Whether to include anchors. |
| -> Int | Starting line number (for line anchors). |
| -> (String, AnnMap) | Haskell Source, Annotations |
| -> String | Coloured Haskell source code. |
Formats Haskell source code using HTML and mouse-over annotations
srcModuleName :: String -> String Source #