diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2021-09-16 11:27:52 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-09-28 01:53:01 -0400 |
commit | 45a674aacf33dc47c48506b834752d59fffd7e2c (patch) | |
tree | 86288ea42f9735d58f623525795d797ccc689fa2 /testsuite/tests/printer | |
parent | e38facf85200ea97ca107caefd1b17252639bc18 (diff) | |
download | haskell-45a674aacf33dc47c48506b834752d59fffd7e2c.tar.gz |
Add `-dsuppress-core-sizes` flag (#20342)
This flag is used to remove the output of core stats per binding in Core
dumps.
Diffstat (limited to 'testsuite/tests/printer')
-rw-r--r-- | testsuite/tests/printer/T18052a.stderr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/printer/T18052a.stderr b/testsuite/tests/printer/T18052a.stderr index 8ab68dc556..7b7ccfa571 100644 --- a/testsuite/tests/printer/T18052a.stderr +++ b/testsuite/tests/printer/T18052a.stderr @@ -12,14 +12,17 @@ Dependent packages: [base-4.16.0.0] Result size of Tidy Core = {terms: 24, types: 52, coercions: 0, joins: 0/0} +-- RHS size: {terms: 7, types: 6, coercions: 0, joins: 0/0} T18052a.$b:||: :: forall {a} {b}. a -> b -> (a, b) [GblId, Arity=2, Unf=OtherCon []] 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] [GblId] (+++) = ++ +-- RHS size: {terms: 13, types: 18, coercions: 0, joins: 0/0} T18052a.$m:||: :: forall {rep :: GHC.Types.RuntimeRep} {r :: TYPE rep} {a} {b}. (a, b) -> (a -> b -> r) -> ((# #) -> r) -> r |