diff --git a/testsuite/tests/simplCore/should_compile/rule2.stderr b/testsuite/tests/simplCore/should_compile/rule2.stderr index 8279fce14f6a406f001d938acd8e8e5e6f372029..0fd629d9695673b6c0073fe21d27a5d164b5e2c6 100644 --- a/testsuite/tests/simplCore/should_compile/rule2.stderr +++ b/testsuite/tests/simplCore/should_compile/rule2.stderr @@ -1,30 +1,30 @@ - -==================== FloatOut stats: ==================== -1 Lets floated to top level; 0 Lets floated elsewhere; from 4 Lambda groups - - - -==================== FloatOut stats: ==================== -0 Lets floated to top level; 0 Lets floated elsewhere; from 3 Lambda groups - - - -==================== Grand total simplifier statistics ==================== -Total ticks: 11 - -2 PreInlineUnconditionally - 1 f - 1 lvl -1 UnfoldingDone 1 Roman.bar -1 RuleFired 1 foo/bar -7 BetaReduction - 1 f - 1 m - 1 a - 1 b - 1 m - 1 m - 1 a -8 SimplifierDone 8 - - + +==================== FloatOut stats: ==================== +1 Lets floated to top level; 0 Lets floated elsewhere; from 4 Lambda groups + + + +==================== FloatOut stats: ==================== +0 Lets floated to top level; 0 Lets floated elsewhere; from 3 Lambda groups + + + +==================== Grand total simplifier statistics ==================== +Total ticks: 11 + +2 PreInlineUnconditionally + 1 f + 1 lvl +1 UnfoldingDone 1 Roman.bar +1 RuleFired 1 foo/bar +7 BetaReduction + 1 f + 1 m + 1 a + 1 m + 1 b + 1 m + 1 a +8 SimplifierDone 8 + + diff --git a/testsuite/tests/typecheck/should_compile/tc141.stderr b/testsuite/tests/typecheck/should_compile/tc141.stderr index 0d083033458b24d8fe5e022995bab35520e0a252..db8448f464c03cf64c6b565e066fe7691c63a002 100644 --- a/testsuite/tests/typecheck/should_compile/tc141.stderr +++ b/testsuite/tests/typecheck/should_compile/tc141.stderr @@ -1,43 +1,43 @@ - -tc141.hs:11:12: - You cannot bind scoped type variable `a' - in a pattern binding signature - In the pattern: p :: a - In the pattern: (p :: a, q :: a) - In a pattern binding: (p :: a, q :: a) = x - -tc141.hs:11:31: - Couldn't match expected type `a1' with actual type `a' - `a1' is a rigid type variable bound by - an expression type signature: a1 at tc141.hs:11:31 - `a' is a rigid type variable bound by - the inferred type of f :: (a, a) -> (t, a) at tc141.hs:11:1 - In the expression: q :: a - In the expression: (q :: a, p) - In the expression: let (p :: a, q :: a) = x in (q :: a, p) - -tc141.hs:13:13: - You cannot bind scoped type variable `a' - in a pattern binding signature - In the pattern: y :: a - In a pattern binding: y :: a = a - In the expression: - let y :: a = a in - let - v :: a - v = b - in v - -tc141.hs:15:18: - Couldn't match expected type `a1' with actual type `t1' - `a1' is a rigid type variable bound by - the type signature for v :: a1 at tc141.hs:14:19 - `t1' is a rigid type variable bound by - the inferred type of g :: t -> t1 -> a at tc141.hs:13:1 - In the expression: b - In an equation for `v': v = b - In the expression: - let - v :: a - v = b - in v + +tc141.hs:11:12: + You cannot bind scoped type variable `a' + in a pattern binding signature + In the pattern: p :: a + In the pattern: (p :: a, q :: a) + In a pattern binding: (p :: a, q :: a) = x + +tc141.hs:11:31: + Couldn't match expected type `a1' with actual type `a' + `a1' is a rigid type variable bound by + an expression type signature: a1 at tc141.hs:11:31 + `a' is a rigid type variable bound by + the inferred type of f :: (a, a) -> (t, a) at tc141.hs:11:1 + In the expression: q :: a + In the expression: (q :: a, p) + In the expression: let (p :: a, q :: a) = x in (q :: a, p) + +tc141.hs:13:13: + You cannot bind scoped type variable `a' + in a pattern binding signature + In the pattern: y :: a + In a pattern binding: y :: a = a + In the expression: + let y :: a = a in + let + v :: a + v = b + in v + +tc141.hs:15:18: + Couldn't match expected type `a2' with actual type `t' + `a2' is a rigid type variable bound by + the type signature for v :: a2 at tc141.hs:14:19 + `t' is a rigid type variable bound by + the inferred type of g :: a -> t -> a1 at tc141.hs:13:1 + In the expression: b + In an equation for `v': v = b + In the expression: + let + v :: a + v = b + in v