summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/should_compile/bkp50.bkp
blob: 2dcee8086358544741129ccf5ee8364dff37d151 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE TypeFamilies #-}
unit p where
    signature A where
        type family F a where
            F a = Int
unit q where
    dependency p[A=<A>]
    signature A(F) where