[project @ 1999-11-01 16:07:48 by simonpj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc088.hs
index ce4b6be..2c5b5d4 100644 (file)
@@ -1,6 +1,7 @@
 -- Check that "->" is an instance of Eval
 
 module ShouldSucceed where
+import Int( Num(fromInt) )
 
 instance Show (a->b)