diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/T19688.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/T19688.stdout | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T19688.stdout b/testsuite/tests/ghci/scripts/T19688.stdout new file mode 100644 index 0000000000..eb02d532ea --- /dev/null +++ b/testsuite/tests/ghci/scripts/T19688.stdout @@ -0,0 +1,4 @@ +type D :: forall k. k -> * +data family D a + -- Defined at T19688.hs:4:1 +data instance D Int = DInt -- Defined at T19688.hs:5:15 |