diff options
Diffstat (limited to 'testsuite/tests/patsyn/should_compile/T8968-1.hs')
-rw-r--r-- | testsuite/tests/patsyn/should_compile/T8968-1.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/patsyn/should_compile/T8968-1.hs b/testsuite/tests/patsyn/should_compile/T8968-1.hs index f41ed5352b..a0e3285a4b 100644 --- a/testsuite/tests/patsyn/should_compile/T8968-1.hs +++ b/testsuite/tests/patsyn/should_compile/T8968-1.hs @@ -6,3 +6,4 @@ data X :: (* -> *) -> * -> * where pattern C :: a -> X Maybe (Maybe a) pattern C x = Y (Just x) + |