summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T19363.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/th/T19363.stdout')
-rw-r--r--testsuite/tests/th/T19363.stdout3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/th/T19363.stdout b/testsuite/tests/th/T19363.stdout
index b6d2c30790..fe404302a8 100644
--- a/testsuite/tests/th/T19363.stdout
+++ b/testsuite/tests/th/T19363.stdout
@@ -1,5 +1,6 @@
data Operator_0
- = (:*_1) GHC.Types.Int | (:**_2) {(^**_3) :: GHC.Types.Int}
+ = (:*_1) GHC.Types.Int
+ | (:**_2) {(^**_3) :: GHC.Types.Int}
data (%*%_4) = (:%*%_5)
{-# COMPLETE (:%*%_5) :: (%*%_4) #-}
{-# ANN type (%*%_4) "yargh" #-}