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

import GHC.Exts( Constraint )

type family F a :: Constraint

class (F a) => C a where