From 7dd591c42af3bb3abed4b119a3acaccbe6fd7940 Mon Sep 17 00:00:00 2001 From: Bartosz Nitka Date: Wed, 13 Jul 2016 12:41:45 -0700 Subject: Make accept This updates the test output to account for determinism related reordering. There's no corresponding commit in the master branch. --- 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 2bb2e6d07e..8f5a816612 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 -- cgit v1.2.1