Library: Difference between revisions
BrettGiles (talk | contribs) (Add all subpages.) |
(CC-delcont) |
||
Line 5: | Line 5: | ||
*[[Library/AltBinary]] - binary I/O and serialization | *[[Library/AltBinary]] - binary I/O and serialization | ||
*[[Library/ArrayRef]] - arrays and references | *[[Library/ArrayRef]] - arrays and references | ||
*[[Library/CC-delcont]] - delimited continuations and applications thereof | |||
*[[Library/Compression]] - interface to best available C compression libraries | *[[Library/Compression]] - interface to best available C compression libraries | ||
*[[Library/Core]] - [[GHC]]'s core library. | *[[Library/Core]] - [[GHC]]'s core library. |
Revision as of 03:02, 17 July 2007
Alternatives and extensions for libraries
Wiki pages with documentation for some libraries:
- Library/AltBinary - binary I/O and serialization
- Library/ArrayRef - arrays and references
- Library/CC-delcont - delimited continuations and applications thereof
- Library/Compression - interface to best available C compression libraries
- Library/Core - GHC's core library.
- Library/IO - a proposal for development of a new standard low-level IO library.
- Library/New collections - A modern package of collections types.
- Library/Streams - fast extensible general I/O library.
- Library/VTY - A very simple terminal interface library.