summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_fail/BadTelescope3.hs
blob: 807479f634fbcb4e82736d92468204b06e301820 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE TypeInType, ExplicitForAll #-}

module BadTelescope3 where

import Data.Kind

data SameKind :: k -> k -> *

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