|  | 
| | Language.Haskell.HsColour.CSS | 
 | 
|  | 
|  | 
|  | 
| Description | 
| Formats Haskell source code as HTML with CSS. | 
|  | 
| Synopsis | 
|  | 
|  | 
|  | 
| Documentation | 
|  | 
|  | 
| | :: Bool | Whether to include anchors |  | -> String | Haskell source code. |  | -> String | An HTML document containing the coloured 
   Haskell source code. |  | Formats Haskell source code as a complete HTML document with CSS. | 
 | 
|  | 
|  | 
| | :: Bool | Whether to include anchors |  | -> String | Haskell source code. |  | -> String | An HTML fragment containing the coloured 
   Haskell source code. |  | Formats Haskell source code as an HTML fragment with CSS.
   No stylesheet link is included in the output. | 
 | 
|  | 
| Produced by Haddock version 0.8 |