summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T15116.hs
blob: 7089b523837130e23dd572f9e985564f86d48a7c (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE GADTs, PolyKinds, DataKinds #-}
module T15116 where

import Data.Proxy

data A (a :: k) where
  MkA :: A MkA