[commit: testsuite] master: Make test for T7903 a bit harder! (029a95a)
Simon Peyton Jones
simonpj at microsoft.com
Thu May 30 15:30:31 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
https://github.com/ghc/testsuite/commit/029a95a68808e7c8b2f1f34c94b4b9066c0eba38
>---------------------------------------------------------------
commit 029a95a68808e7c8b2f1f34c94b4b9066c0eba38
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu May 30 14:17:13 2013 +0100
Make test for T7903 a bit harder!
>---------------------------------------------------------------
tests/typecheck/should_compile/T7903.hs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/tests/typecheck/should_compile/T7903.hs b/tests/typecheck/should_compile/T7903.hs
index 43f97a0..662af0c 100644
--- a/tests/typecheck/should_compile/T7903.hs
+++ b/tests/typecheck/should_compile/T7903.hs
@@ -1,4 +1,6 @@
+{-# LANGUAGE KindSignatures #-}
+
module T7903 where
-instance Eq (((->) a) b)
+instance Eq (((->) a :: * -> *) b)
instance (Ord b) => Ord (((->) a) b)
More information about the ghc-commits
mailing list