From 659ac42682d2f37dc81eb258b38e39eb860bfffa Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 29 Mar 2001 14:33:37 +0000 Subject: [PATCH] [project @ 2001-03-29 14:33:37 by simonmar] this must never have been tested, it had a parse error --- ghc/tests/typecheck/should_compile/tc113.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/tests/typecheck/should_compile/tc113.hs b/ghc/tests/typecheck/should_compile/tc113.hs index b503aef..38e7974 100644 --- a/ghc/tests/typecheck/should_compile/tc113.hs +++ b/ghc/tests/typecheck/should_compile/tc113.hs @@ -1,6 +1,6 @@ -- !!! Monomorphism restriction -module ShouldCompile +module ShouldCompile where foo :: Eq a => a -> b -> b foo x y = y -- 1.7.10.4