Difference between revisions of "Base package"

From HaskellWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
The '''base package''' contains the [[Prelude]] and its support libraries, and a large collection of useful libraries ranging from data structures to parsing combinators and debugging utilities.
 
The '''base package''' contains the [[Prelude]] and its support libraries, and a large collection of useful libraries ranging from data structures to parsing combinators and debugging utilities.
   
See also: [[Arrays]]
+
See also:
  +
  +
[[Arrays]]
  +
  +
[[Monad]]
   
 
[[Category:Standard packages]]
 
[[Category:Standard packages]]

Revision as of 10:45, 9 January 2006

The base package contains the Prelude and its support libraries, and a large collection of useful libraries ranging from data structures to parsing combinators and debugging utilities.

See also:

Arrays

Monad