summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_compile/T16347.hs
blob: 8f4afbace052ed8def66da5d165297135196999b (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE GADTs      #-}
{-# LANGUAGE TypeInType #-}
module T16347 where

import Data.Kind

data T f :: f Type -> Type where
  MkT :: T f a