diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci006.script')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci006.script | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci006.script b/testsuite/tests/ghci/scripts/ghci006.script new file mode 100644 index 0000000000..adccf3114c --- /dev/null +++ b/testsuite/tests/ghci/scripts/ghci006.script @@ -0,0 +1,6 @@ +:unset +s +t +:set -XExistentialQuantification +-- test for contexts on existential types crashing the interpreter +:l ghci006 +showQ (Q "foo") + |