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

import Data.Kind

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