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