packages feed

ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/BadTelescope.hs

{-# LANGUAGE TypeInType #-}

module BadTelescope where

import Data.Kind

data SameKind :: k -> k -> Type

data X a k (b :: k) (c :: SameKind a b)