summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T6044.hs
blob: dd35be90176bc25696fc4206c251b4ec61d31bb8 (plain)
1
2
3
4
5
6
{-# LANGUAGE PolyKinds, DataKinds, TypeFamilies, KindSignatures #-}

module T6044 where

type family Foo (a :: k) :: Maybe k
type instance Foo a = Just a