diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/T7872.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/T7872.stdout | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T7872.stdout b/testsuite/tests/ghci/scripts/T7872.stdout new file mode 100644 index 0000000000..81d960947c --- /dev/null +++ b/testsuite/tests/ghci/scripts/T7872.stdout @@ -0,0 +1,2 @@ +type T = forall a. a -> a -- Defined at <interactive>:3:1 +data D = MkT (forall b. b -> b) -- Defined at <interactive>:4:1 |