summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/SimpleFail1a.hs
blob: a87d5e515dcf51c28d9c91dfefc31fe3aec751a6 (plain)
1
2
3
4
{-# LANGUAGE TypeFamilies #-}

data family T1 a :: * -> *
data instance T1 Int           = T1_1   -- must fail: too few args