summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T7438a.hs
blob: ee452e94bace07c99d3bd6941ffe4a7ce8f56f01 (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE PolyKinds, GADTs, KindSignatures, DataKinds, FlexibleInstances #-}

module T7438a where

import Data.Kind (Type)

data Thrist :: k -> k -> Type where
  Nil :: Thrist a a