... | ... | @@ -11,7 +11,7 @@ Organized following the structure of the [ Haskell 98 Report](http://www.haskell |
|
|
## Lexical Structure
|
|
|
|
|
|
|
|
|
- [Unicode](unicode)
|
|
|
- [UnicodeInHaskellSource](unicode-in-haskell-source)
|
|
|
- [Eliminate Tabs](tabs)
|
|
|
- [QualifiedIdentifiers](qualified-identifiers)
|
|
|
- [NondecreasingIndentation](nondecreasing-indentation)
|
... | ... | @@ -117,12 +117,13 @@ Organized following the structure of the [ Haskell 98 Report](http://www.haskell |
|
|
## Predefined Types and Classes
|
|
|
|
|
|
|
|
|
- [Unicode](unicode)
|
|
|
- [CharAsUnicode](char-as-unicode)
|
|
|
- sized types currently specified in the [ForeignFunctionInterface](foreign-function-interface)
|
|
|
|
|
|
## Basic Input/Output?
|
|
|
|
|
|
|
|
|
- [CharAsUnicode](char-as-unicode)
|
|
|
- [BinaryIO](binary-io)
|
|
|
|
|
|
## Standard Prelude
|
... | ... | |