From: simonmar Date: Wed, 8 Aug 2001 14:29:59 +0000 (+0000) Subject: [project @ 2001-08-08 14:29:59 by simonmar] X-Git-Tag: Approximately_9120_patches~1306 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0d005e4d7258032d1956ef7c68a8df43bd1cc44d;p=ghc-hetmet.git [project @ 2001-08-08 14:29:59 by simonmar] Remove parse error. This test actually doesn't work! --- diff --git a/ghc/tests/typecheck/should_compile/tc126.hs b/ghc/tests/typecheck/should_compile/tc126.hs index 841acf0..6748eb3 100644 --- a/ghc/tests/typecheck/should_compile/tc126.hs +++ b/ghc/tests/typecheck/should_compile/tc126.hs @@ -5,8 +5,6 @@ module ShouldCompile where -module Foo where - class Bug f a r | f a -> r where bug::f->a->r