summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/T2431.stderr
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2016-03-30 13:22:26 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2016-04-06 22:06:10 +0200
commit2265c849bf39a5b0eb10972681a9586c215408b5 (patch)
tree949c6ac6ee51d536f28bde30865fec133550f63c /testsuite/tests/deSugar/should_compile/T2431.stderr
parent1a8d61ca1a54820d2bc30c6a964312faf76d0635 (diff)
downloadhaskell-2265c849bf39a5b0eb10972681a9586c215408b5.tar.gz
Core pretty printer: Omit wild case binders
as they (especially their id info with absence information) clutter the output too much. They come back with debug_on. Differential Revision: https://phabricator.haskell.org/D2072
Diffstat (limited to 'testsuite/tests/deSugar/should_compile/T2431.stderr')
-rw-r--r--testsuite/tests/deSugar/should_compile/T2431.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/deSugar/should_compile/T2431.stderr b/testsuite/tests/deSugar/should_compile/T2431.stderr
index 04069c7198..43ffb06033 100644
--- a/testsuite/tests/deSugar/should_compile/T2431.stderr
+++ b/testsuite/tests/deSugar/should_compile/T2431.stderr
@@ -19,7 +19,7 @@ T2431.$WRefl =
-- RHS size: {terms: 4, types: 8, coercions: 0}
absurd :: forall a. Int :~: Bool -> a
[GblId, Arity=1, Caf=NoCafRefs, Str=<L,U>x]
-absurd = \ (@ a) (x :: Int :~: Bool) -> case x of _ [Occ=Dead] { }
+absurd = \ (@ a) (x :: Int :~: Bool) -> case x of { }
-- RHS size: {terms: 2, types: 0, coercions: 0}
$trModule1 :: GHC.Types.TrName