summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T11821a.hs
blob: c5de2bbe53079cbd72b5a959635c4e808a83488d (plain)
1
2
3
4
{-# LANGUAGE GADTs, DataKinds, PolyKinds, ConstraintKinds #-}
module T11821a where
import Data.Proxy
type SameKind (a :: k1) (b :: k2) = ('Proxy :: Proxy k1) ~ ('Proxy :: Proxy k2)