|
|
|
| Description |
| Helper functions for producing Haskell code
|
|
| Synopsis |
|
|
|
| Documentation |
|
| class HaskellType a where | Source |
|
| Types that can represent Haskell types (as source code strings)
| | | Methods | | | Gives the Haskell type denoted by the argument.
|
| | Instances | |
|
|
| class HaskellValue a where | Source |
|
| Types that can represent Haskell values (as source code strings)
| | | Methods | | | Gives the Haskell code denoted by the argument.
|
| | Instances | |
|
|
|
| Like unlines, but no trailing '\n'.
|
|
|
| Indents a string the given number of columns.
|
|
|
|
|
| Application
|
|
|
| Binary operator application
|
|
|
| Definition
|
|
|
|
|
|
| Produced by Haddock version 2.6.1 |