summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_run/T11964a.hs
blob: 2c6993fef008bc4ef451871ce8ffe65e41512070 (plain)
1
2
3
4
5
{-# LANGUAGE PolyKinds #-}
module T11964a where
import Data.Kind
type Star = Type
newtype T k (t :: k) = T ()