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

git at git.haskell.org git at git.haskell.org
Mon Jul 25 14:59:41 UTC 2016


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

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

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

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

    Make accept
    
    This updates the test output to account for determinism
    related reordering. There's no corresponding commit
    in the master branch.


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

7dd591c42af3bb3abed4b119a3acaccbe6fd7940
 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