summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/should_fail/bkpfail34.bkp
blob: 6ea000277ffac115e9da4ff6fad4e580f37e5779 (plain)
1
2
3
4
5
6
7
unit p where
    signature A where
        data T
        x :: T
unit q where
    dependency signature p[A=<A>]
    signature A (x) where