diff options
Diffstat (limited to 'testsuite/tests/th/T12045TH1.stderr')
-rw-r--r-- | testsuite/tests/th/T12045TH1.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/th/T12045TH1.stderr b/testsuite/tests/th/T12045TH1.stderr index fb4bf1a302..aede24c7a0 100644 --- a/testsuite/tests/th/T12045TH1.stderr +++ b/testsuite/tests/th/T12045TH1.stderr @@ -5,7 +5,7 @@ T12045TH1.hs:(8,3)-(10,52): Splicing declarations ======> type family F (a :: k) :: Type where F @Type Int = Bool - F @Type -> Type Maybe = Char + F @(Type -> Type) Maybe = Char T12045TH1.hs:13:3-31: Splicing declarations [d| data family D (a :: k) |] ======> data family D (a :: k) T12045TH1.hs:15:3-40: Splicing declarations @@ -15,4 +15,4 @@ T12045TH1.hs:15:3-40: Splicing declarations T12045TH1.hs:17:3-50: Splicing declarations [d| data instance D @(Type -> Type) b = DChar |] ======> - data instance D @Type -> Type b = DChar + data instance D @(Type -> Type) b = DChar |