
1 May
2010
1 May
'10
2:21 p.m.
Aaron Gray
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"
I think you want Text.PrettyPrint rather than just Pretty. This comes with GHC at least; no idea about Hugs. -- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com