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

module T16263 where

import Data.Kind

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