summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/should_fail/bkpfail40.bkp
blob: f06de4d4d2ad6b27d1cf527620041484dc446859 (plain)
1
2
3
4
5
unit p where
    signature A where
        class C a where
            f :: a -> a
            f x = x