summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T13915a.hs
blob: 484c9dedc0b7b53267978ae4d94a7543852edc3d (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TypeInType #-}
module Bug where

import T13915a_Foo

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