diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/T7873.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/T7873.stdout | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T7873.stdout b/testsuite/tests/ghci/scripts/T7873.stdout new file mode 100644 index 0000000000..0167fb2eba --- /dev/null +++ b/testsuite/tests/ghci/scripts/T7873.stdout @@ -0,0 +1,6 @@ +data D1 where + MkD1 :: (forall (p :: k -> *) (a :: k). p a -> Int) -> D1 + -- Defined at <interactive>:3:1 +data D2 where + MkD2 :: (forall (p :: k -> *) (a :: k). p a -> Int) -> D2 + -- Defined at <interactive>:4:1 |