... | ... | @@ -5,7 +5,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)
|
... | ... | @@ -107,11 +107,12 @@ 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
|
... | ... | |