summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T8469a.hs
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2013-10-23 15:03:33 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2013-10-23 15:03:59 +0100
commit2041b94e39e92b25b0f2be1b8259126df3b769e8 (patch)
tree373d38a4737da7f4af603d04f61a70c93d2a1792 /testsuite/tests/ghci/scripts/T8469a.hs
parent324f9952b5962eb971028401544e54f43a5abe66 (diff)
downloadhaskell-2041b94e39e92b25b0f2be1b8259126df3b769e8.tar.gz
Test Trac #8469
Diffstat (limited to 'testsuite/tests/ghci/scripts/T8469a.hs')
-rw-r--r--testsuite/tests/ghci/scripts/T8469a.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T8469a.hs b/testsuite/tests/ghci/scripts/T8469a.hs
new file mode 100644
index 0000000000..289a5fab2d
--- /dev/null
+++ b/testsuite/tests/ghci/scripts/T8469a.hs
@@ -0,0 +1,6 @@
+{-# LANGUAGE TypeFamilies #-}
+
+module T8469a () where
+
+type family F a
+type instance F Int = Bool