summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/should_fail/bkpfail39.bkp
blob: 8676193c686afcdb580400a9b25d89a2ef893d65 (plain)
1
2
3
4
5
6
unit p where
    signature A where
        class C a
    module B where
        import A
        instance C Int where