Library
From HaskellWiki
(Difference between revisions)
(add libffi) |
|||
| (5 intermediate revisions not shown.) | |||
| Line 1: | Line 1: | ||
| + | [[Alternatives and extensions for libraries]] | ||
| + | |||
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/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. | ||
| + | *[[Library/libffi]] - A binding to libffi | ||
| + | |||
| + | [[Category:Libraries]] | ||
Current revision
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.
- Library/libffi - A binding to libffi
