[commit: ghc] master: Get rid of irrlevant result type signature (2f16a3b)

git at git.haskell.org git at git.haskell.org
Fri Jun 26 07:33:11 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/2f16a3b8745fe53c1be431db755c574b1464edde/ghc

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

commit 2f16a3b8745fe53c1be431db755c574b1464edde
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Jun 25 09:17:27 2015 +0100

    Get rid of irrlevant result type signature
    
    Result type-sigs are now illegal, but that's not what this test
    is about


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

2f16a3b8745fe53c1be431db755c574b1464edde
 testsuite/tests/rename/should_fail/T2310.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/rename/should_fail/T2310.hs b/testsuite/tests/rename/should_fail/T2310.hs
index 6094b8e..10c9cbc 100644
--- a/testsuite/tests/rename/should_fail/T2310.hs
+++ b/testsuite/tests/rename/should_fail/T2310.hs
@@ -2,4 +2,4 @@
 
 module Foo where
 
-foo = let c = \ x :: a -> (x :: a) in co
+foo = let c = \ (x :: a) -> (x :: a) in co



More information about the ghc-commits mailing list