diff options
Diffstat (limited to 'testsuite/tests/th/T20868.stdout')
-rw-r--r-- | testsuite/tests/th/T20868.stdout | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/th/T20868.stdout b/testsuite/tests/th/T20868.stdout new file mode 100644 index 0000000000..ac37b7c35f --- /dev/null +++ b/testsuite/tests/th/T20868.stdout @@ -0,0 +1,7 @@ +newtype MyType_0 where MyCons_1 :: GHC.Types.Bool -> MyType_0 +newtype MyType1_2 where + MyCons1_3 :: GHC.Show.Show a_4 => a_4 -> GHC.Types.Bool -> MyType_0 +newtype MyType2_5 a_6 where MyCons2_7 :: a_8 -> MyType_0 +newtype MyType3_9 a_10 where MyCons3_11 :: a_12 -> MyType_0 +newtype MyType4_13 = (:#_14) GHC.Types.Int +newtype MyType5_15 where (:##_16) :: GHC.Types.Int -> MyType_0 |