Sven Panne writes:
> To use unboxed data types one should use -fglasgow-exts, but this does
> not suffice since it doesn't bring Int# and friends into scope. What
> imports are neccessary? My guess is "import PrelBase".
> 

Hi,

PrelBase will do it, but the "official" gateway interface to the
Glasgow extensions is now GlaExts, so I'd recommend using that
instead. We'll promise (well, almost :-) not to rename or move
this rag bag interface.

> Perhaps a hint should be added to section 11.1 in the user guide.
> BTW, state-interface.dvi did not help and it is very old (July 1994).
> Is there a more up-to-date version?
> 

Will do - the state interface doc has been folded into the user's
guide (and pieces of it has been updated to reflect the current state
of play..) 

The 2.03 user's guide documents GlaExts plus a couple of other
GHC specific interfaces (MutVar, Foreign, ByteArray etc.)

--Sigbjorn

Reply via email to