nhc13 libraries
nhc13 comes with lots of libraries. Most of them are standard,
as in the official Haskell Library Report. Some are not yet standard.
| library name | description |
| Array | standard |
| BinArray | imperative binary arrays |
| Binary | binary I/O and binary representations of values |
| Bit | bit-twiddling operations, e.g. and, or, xor |
| Char | standard |
| Complex | standard |
| DbgIface | for tracing |
| Directory | standard, but nhc13's implementation is very
incomplete |
| GreenCard | just the standard %dis definitions and
constructors you need in order to write your own
GreenCard files |
| IO | standard |
| Interrupt | standard |
| Ix | standard |
| List | standard |
| Maybe | standard |
| Monad | standard |
| NonStdTrace | the common side-effecting trace function |
| PackedString | an efficient representation of strings |
| Prelude | standard |
| Ratio | standard |
| System | standard |
| Text | for backwards compatibility |
The latest updates to these pages are available on the WWW from
http://www.cs.york.ac.uk/fp/nhc13/
1998.05.20
York Functional Programming Group
Malcolm.Wallace@cs.york.ac.uk
|