summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T16902.hs
blob: 70fc7bd742af8ca1c153bf7a81c7e0f595437516 (plain)
1
2
3
4
5
6
7
8
9
10
11
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE GADTs #-}
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE TypeOperators #-}
module Bug where

import Data.Kind
import Data.Type.Equality

data F (a :: k) :: (a ~~ k) => Type where
  MkF :: F a