
22 Apr
2008
22 Apr
'08
2:22 p.m.
HP Wei
Fail: superclassesI InfoUsedClass 52 [(Type class, Text.Printf.PrintfArg, "ftnirP.txeT", 52:11-52:19)] ...
nhc98 is confused about whether the classes defined in Test.Printf are necessary or not. There is a workaround: explicit imports. Replace import Text.Printf with import Text.Printf (IsChar(),PrintfArg(),printf) and everything will work OK. Regards, Malcolm