This is a simple problem to fix - in Haskell 98 you need the following
so that functions are in Show:

> instance Show (a -> b) where
>  showsPrec _ _ = showString " << Function >> "
 
I'll add this to the Haskore release.  If you add this at the end of
Basics.lhs you'll be able to load Haskore.

   John

Reply via email to