summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/TH_reifyExplicitForAllFams.stderr
diff options
context:
space:
mode:
authorElton <eltonp3103@gmail.com>2022-01-16 13:28:03 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-02-01 12:28:49 -0500
commitfdda93b03e9be56122dd8445e7ee0f1d0f933a19 (patch)
tree40ce0148efd213a9c5bb5cf64ed86cc8eba4e03c /testsuite/tests/th/TH_reifyExplicitForAllFams.stderr
parent60ac73002fc6fb717f1838a2bb3cee6535ff77c9 (diff)
downloadhaskell-fdda93b03e9be56122dd8445e7ee0f1d0f933a19.tar.gz
Use braces in TH LambdaCase and where clauses
This patch ensures that the pretty printer formats LambdaCase and where clauses using braces (instead of layout) to remain consistent with the formatting of other statements (like `do` and `case`)
Diffstat (limited to 'testsuite/tests/th/TH_reifyExplicitForAllFams.stderr')
-rw-r--r--testsuite/tests/th/TH_reifyExplicitForAllFams.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/th/TH_reifyExplicitForAllFams.stderr b/testsuite/tests/th/TH_reifyExplicitForAllFams.stderr
index 673f09e2e0..be0bf5ad86 100644
--- a/testsuite/tests/th/TH_reifyExplicitForAllFams.stderr
+++ b/testsuite/tests/th/TH_reifyExplicitForAllFams.stderr
@@ -2,7 +2,7 @@ data family TH_reifyExplicitForAllFams.F (a_0 :: *) :: *
data instance forall (a_1 :: *). TH_reifyExplicitForAllFams.F (GHC.Maybe.Maybe a_1)
= TH_reifyExplicitForAllFams.MkF a_1
class TH_reifyExplicitForAllFams.C (a_0 :: *)
- where type TH_reifyExplicitForAllFams.G (a_0 :: *) (b_1 :: *) :: *
+ where {type TH_reifyExplicitForAllFams.G (a_0 :: *) (b_1 :: *) :: *}
instance TH_reifyExplicitForAllFams.C ([a_2])
type family TH_reifyExplicitForAllFams.G (a_0 :: *) (b_1 :: *) :: *
type instance forall (a_2 :: *)