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

type family T a b :: *
type instance T Int = IO   -- must fail: too few args