From: simonmar Date: Thu, 29 Mar 2001 14:33:37 +0000 (+0000) Subject: [project @ 2001-03-29 14:33:37 by simonmar] X-Git-Tag: Approximately_9120_patches~2248 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=659ac42682d2f37dc81eb258b38e39eb860bfffa;p=ghc-hetmet.git [project @ 2001-03-29 14:33:37 by simonmar] this must never have been tested, it had a parse error --- 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