summaryrefslogtreecommitdiff
path: root/testsuite/tests/saks/should_compile/saks025.stdout
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2020-02-03 21:17:11 +0100
committerKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2020-02-04 00:16:40 +0100
commit77cca55cb7f9ffc9ce7f165aeddb93e81a833a41 (patch)
tree12f3c808371d9060c8256793d64c6a9f668b62ee /testsuite/tests/saks/should_compile/saks025.stdout
parent58ed6c4a0999c0025b1b024bc26171fa6d6773b3 (diff)
downloadhaskell-77cca55cb7f9ffc9ce7f165aeddb93e81a833a41.tar.gz
Always display inferred variables using braceswip/display-inferred
We now always show "forall {a}. T" for inferred variables, previously this was controlled by -fprint-explicit-foralls. This implements part 1 of https://github.com/ghc-proposals/ghc-proposals/pull/179. Part of GHC ticket #16320. Furthermore, when printing a levity restriction error, we now display the HsWrap of the expression. This lets users see the full elaboration with -fprint-typechecker-elaboration (see also #17670)
Diffstat (limited to 'testsuite/tests/saks/should_compile/saks025.stdout')
-rw-r--r--testsuite/tests/saks/should_compile/saks025.stdout2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/saks/should_compile/saks025.stdout b/testsuite/tests/saks/should_compile/saks025.stdout
index 3eb0cd7c30..754659518b 100644
--- a/testsuite/tests/saks/should_compile/saks025.stdout
+++ b/testsuite/tests/saks/should_compile/saks025.stdout
@@ -1 +1 @@
-T :: forall k j (p :: k). j -> Type -> P p -> Type
+T :: forall {k} {j} (p :: k). j -> Type -> P p -> Type