ghc-exactprint-0.5.3.1: tests/examples/ghc80/BadTelescope3.hs
{-# LANGUAGE TypeInType, ExplicitForAll #-}
module BadTelescope3 where
import Data.Kind
data SameKind :: k -> k -> *
type S a k (b :: k) = SameKind a b
{-# LANGUAGE TypeInType, ExplicitForAll #-}
module BadTelescope3 where
import Data.Kind
data SameKind :: k -> k -> *
type S a k (b :: k) = SameKind a b