On Tue, 01 Feb 2000, you wrote: > 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 -- Thank you, Hascore now loads fine. Neil Walker
- Haskore installation Neil Walker
- Re: Haskore installation John Peterson
- Re: Haskore installation Neil Walker
- Re: Haskore installation Koen Claessen