Base package
From HaskellWiki
(Difference between revisions)
(Adding Arrow) |
|||
| (3 intermediate revisions not shown.) | |||
| 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. | ||
| - | + | This package includes the following: | |
| + | |||
| + | [[Arrays]] | ||
| + | |||
| + | [[Arrow]] | ||
| + | |||
| + | [[Functor]] | ||
| + | |||
| + | [[Maybe]] | ||
| + | |||
| + | [[Monad]] | ||
[[Category:Standard packages]] | [[Category:Standard packages]] | ||
Current revision
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.
This package includes the following:
