[commit: ghc] wip/ghc-8.0-det: Make accept (b420d79)

git at git.haskell.org git at git.haskell.org
Mon Jul 18 17:59:11 UTC 2016


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

On branch  : wip/ghc-8.0-det
Link       : http://ghc.haskell.org/trac/ghc/changeset/b420d79ef287f5a551ae4e476cc639656ca10b50/ghc

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

commit b420d79ef287f5a551ae4e476cc639656ca10b50
Author: Bartosz Nitka <niteria at gmail.com>
Date:   Wed Jul 13 12:41:45 2016 -0700

    Make accept


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

b420d79ef287f5a551ae4e476cc639656ca10b50
 testsuite/tests/ado/ado004.stderr | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuite/tests/ado/ado004.stderr b/testsuite/tests/ado/ado004.stderr
index 2bb2e6d..8f5a816 100644
--- a/testsuite/tests/ado/ado004.stderr
+++ b/testsuite/tests/ado/ado004.stderr
@@ -6,8 +6,8 @@ TYPE SIGNATURES
     (Num b, Num t, Applicative f) =>
     (t -> f b) -> f b
   test2a ::
-    forall (f :: * -> *) b t.
-    (Num t, Num b, Functor f) =>
+    forall t b (f :: * -> *).
+    (Num b, Num t, Functor f) =>
     (t -> f b) -> f b
   test2b ::
     forall (m :: * -> *) a t. (Num t, Monad m) => (t -> a) -> m a



More information about the ghc-commits mailing list