Difference between revisions of "Base package"

From HaskellWiki
Jump to navigation Jump to search
(Adding Arrow)
(One intermediate revision by one other user not shown)
Line 4: Line 4:
   
 
[[Arrays]]
 
[[Arrays]]
  +
  +
[[Arrow]]
   
 
[[Functor]]
 
[[Functor]]
  +
  +
[[Maybe]]
   
 
[[Monad]]
 
[[Monad]]

Revision as of 22:16, 11 June 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.

This package includes the following:

Arrays

Arrow

Functor

Maybe

Monad