Library: Difference between revisions
(CC-delcont) |
(adding PNG library) |
||
Line 10: | Line 10: | ||
*[[Library/IO]] - a proposal for development of a new standard low-level IO 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/New collections]] - A modern package of collections types. | ||
*[[Library/PNG]] - create PNG files | |||
*[[Library/Streams]] - fast extensible general I/O library. | *[[Library/Streams]] - fast extensible general I/O library. | ||
*[[Library/VTY]] - A very simple terminal interface library. | *[[Library/VTY]] - A very simple terminal interface library. | ||
[[Category:Libraries]] | [[Category:Libraries]] |
Revision as of 04:45, 30 October 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/PNG - create PNG files
- Library/Streams - fast extensible general I/O library.
- Library/VTY - A very simple terminal interface library.