Library
From HaskellWiki
(Difference between revisions)
(Added link to new page) |
(Add all subpages.) |
||
| Line 3: | Line 3: | ||
Wiki pages with documentation for some libraries: | Wiki pages with documentation for some libraries: | ||
| - | + | *[[Library/AltBinary]] - binary I/O and serialization | |
| - | + | *[[Library/ArrayRef]] - arrays and references | |
| - | + | *[[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. | ||
| + | |||
| + | [[Category:Libraries]] | ||
Revision as of 02:17, 29 June 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/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.
