Difference between revisions of "Library"

From HaskellWiki
Jump to navigation Jump to search
(Add all subpages.)
(add libffi)
 
(2 intermediate revisions by 2 users not shown)
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.
 
*[[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.
  +
*[[Library/libffi]] - A binding to libffi
   
 
[[Category:Libraries]]
 
[[Category:Libraries]]

Latest revision as of 19:40, 4 June 2009

Alternatives and extensions for libraries

Wiki pages with documentation for some libraries: