summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T19186.hs
blob: 8d98a1b0d01ebe5d8968e9f3460a0acffb4d1ecb (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE TypeFamilies, UndecidableSuperClasses #-}

module T19186 where

import Data.Kind

type family F a :: Constraint

class F a => C a