[commit: testsuite] master: Fix test by removing unnessary (and bogus) fundep (a7a8923)
Simon Peyton Jones
simonpj at microsoft.com
Wed Jan 16 16:34:46 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a7a892332507704eb618bdb5629d56591a217644
>---------------------------------------------------------------
commit a7a892332507704eb618bdb5629d56591a217644
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Jan 15 14:14:42 2013 +0000
Fix test by removing unnessary (and bogus) fundep
>---------------------------------------------------------------
tests/typecheck/should_compile/tc235.hs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/typecheck/should_compile/tc235.hs b/tests/typecheck/should_compile/tc235.hs
index feeca6a..53822b3 100644
--- a/tests/typecheck/should_compile/tc235.hs
+++ b/tests/typecheck/should_compile/tc235.hs
@@ -17,7 +17,7 @@ instance FooBar [] Bool Bool where
instance FooBar Maybe Int Int where
a = error "urk"
-class (Monad m)=>Gr g ep m | g -> ep where
+class (Monad m)=>Gr g ep m where
x:: m Int
v:: m Int
More information about the ghc-commits
mailing list