summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T13915a.hs
blob: 355166b8a04718812127f9b3d160470b4487f66d (plain)
1
2
3
4
5
6
7
{-# LANGUAGE DataKinds, PolyKinds #-}
module Bug where

import T13915a_Foo

data Proxy (a :: k)
data S = MkS (Proxy 'MkT)