Aaron Gray writes:
> I am relatively new to Haskell. I am attempting to get "Typing Haskell in
> Haskell" to work on HUGS or GHC.
>
>http://web.cecs.pdx.edu/~mpj/thih/
>
> I am getting an error on loading SourcePrelude :-
>
>Hugs> :l SourcePrelude
>ERROR ".\PPrint.hs" - Can't find imp
On Sat, May 1, 2010 at 10:05 AM, Aaron Gray
wrote:
> Hi,
> I am relatively new to Haskell. I am attempting to get "Typing Haskell in
> Haskell" to work on HUGS or GHC.
> http://web.cecs.pdx.edu/~mpj/thih/
> I am getting an error on loading SourcePrelude :-
> Hugs> :l SourcePrelude
> ERROR
Hi,
I am relatively new to Haskell. I am attempting to get "Typing Haskell in
Haskell" to work on HUGS or GHC.
http://web.cecs.pdx.edu/~mpj/thih/
I am getting an error on loading SourcePrelude :-
Hugs> :l SourcePrelude
ERROR ".\PPrint.hs" - Can't find imported module "Pretty"
And I ca