summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T15116a.hs
blob: 8f69e4d87a0c9424f195694687e66f6a320cd3ef (plain)
1
2
3
4
5
6
{-# LANGUAGE PolyKinds, DataKinds #-}
module T15116a where

import Data.Proxy

data B = MkB (Proxy 'MkB)