summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/T18052a.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/printer/T18052a.stderr')
-rw-r--r--testsuite/tests/printer/T18052a.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/printer/T18052a.stderr b/testsuite/tests/printer/T18052a.stderr
index 99aa8b033f..90eea5bb5a 100644
--- a/testsuite/tests/printer/T18052a.stderr
+++ b/testsuite/tests/printer/T18052a.stderr
@@ -11,12 +11,12 @@ Dependent packages: [base-4.15.0.0, ghc-prim-0.6.1,
==================== Tidy Core ====================
Result size of Tidy Core
- = {terms: 18, types: 53, coercions: 0, joins: 0/0}
+ = {terms: 24, types: 61, coercions: 0, joins: 0/0}
--- RHS size: {terms: 1, types: 0, coercions: 0, joins: 0/0}
+-- RHS size: {terms: 7, types: 8, coercions: 0, joins: 0/0}
T18052a.$b:||: :: forall {a} {b}. a -> b -> (a, b)
[GblId, Arity=2, Unf=OtherCon []]
-T18052a.$b:||: = GHC.Tuple.(,)
+T18052a.$b:||: = \ (@a) (@b) (x :: a) (y :: b) -> (x, y)
-- RHS size: {terms: 1, types: 0, coercions: 0, joins: 0/0}
(+++) :: forall {a}. [a] -> [a] -> [a]