diff options
Diffstat (limited to 'testsuite/tests/ghci/prog006/Boot2.hs')
-rw-r--r-- | testsuite/tests/ghci/prog006/Boot2.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/prog006/Boot2.hs b/testsuite/tests/ghci/prog006/Boot2.hs new file mode 100644 index 0000000000..5e7297e448 --- /dev/null +++ b/testsuite/tests/ghci/prog006/Boot2.hs @@ -0,0 +1,6 @@ +{-# LANGUAGE ExistentialQuantification #-} +module Boot where + +import A + +data Data = forall n. Class n => D n |