summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T14048b.hs
blob: d2f6f74583a13ab964b2821576430407f5276859 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE ConstraintKinds #-}
{-# LANGUAGE TypeFamilies #-}
module T14048b where

import Data.Kind

data family Foo :: Constraint