summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T16263.hs
blob: 4620d5b96e3f98349c162ad4bc333d3eb963b552 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE GADTs, DataKinds, PolyKinds, EmptyDataDecls #-}

module T16263 where

import Data.Kind

data Q :: Eq a => Type where {}