Using the std libraries in Ghc(i)

Hannah Schroeter uk1o@rz.uni-karlsruhe.de
Mon, 5 Nov 2001 00:36:01 +0100


Hello!

On Sun, Nov 04, 2001 at 05:00:41PM +0000, Jorge Adriano wrote:
> How can I use the std functions (listed in the 'Standard Libraries for 
> Haskell 98' documentation) in ghc(i)?
> I've read the ghc documentation, and seen the several categories (which can 
> be added with '-package category_name') available, but I still don't know how 
> to access functions like unfoldr, transpose etc... 

Just import the functions. Those -package things are for GHC's
*extra* packages which are beyond the scope of the Standard.

Kind regards,

Hannah.