Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/5a5a1a415731347918d9684011fd737590f3024b

>---------------------------------------------------------------

commit 5a5a1a415731347918d9684011fd737590f3024b
Author: Simon Peyton Jones <simo...@microsoft.com>
Date:   Wed Oct 31 09:16:35 2012 +0000

    Extend tc194 slightly

>---------------------------------------------------------------

 tests/typecheck/should_compile/tc194.hs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/typecheck/should_compile/tc194.hs 
b/tests/typecheck/should_compile/tc194.hs
index c9eae1e..4b780e2 100644
--- a/tests/typecheck/should_compile/tc194.hs
+++ b/tests/typecheck/should_compile/tc194.hs
@@ -8,3 +8,4 @@ module ShouldCompile where
 
 f = \ (x :: forall a. a->a) -> (x True, x 'c')
 
+g (x :: forall a. a->a) = x
\ No newline at end of file



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to