packages feed

ghc-exactprint-0.5.1.0: tests/examples/ghc8/BadTelescope3.hs

{-# LANGUAGE TypeInType, ExplicitForAll #-}

module BadTelescope3 where

import Data.Kind

data SameKind :: k -> k -> *

type S a k (b :: k) = SameKind a b