summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T11640.hs
blob: ade4cbc79db5fbf5ad9a2e2fbb6df29f2b336ccf (plain)
1
2
3
4
5
6
7
{-# LANGUAGE GADTs, RankNTypes, PolyKinds #-}

module T11640 where

import Data.Kind

data HEq :: forall k1. k1 -> forall k2. k2 -> Type where