summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T15568.hs
blob: 2172fe2694fd493916f8c5469e74f531d76c3e95 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE TypeFamilies #-}
module T15568 where

import Data.Proxy

type family F (a :: j) :: k