summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T7404.hs
blob: 653789c6fe611ee836f635f29c962345802f107c (plain)
1
2
3
4
5
6
{-# LANGUAGE TypeFamilies, PolyKinds, ScopedTypeVariables #-}
module T7404 where

import Data.Kind (Type)

type family Foo (x :: Type) (y :: x)