summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T7524.hs
blob: 52b24282bf8a36b69c16336a5f9d79757ed07e74 (plain)
1
2
3
4
5
6
{-# LANGUAGE TypeFamilies, PolyKinds #-}
module T7524 where

type family F (a :: k1) (b :: k2)
type instance F a a = Int
type instance F a b = Bool