summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/dynamicToo/dynamicToo005/dynamicToo005.bkp
blob: 1f3a6c113550d90b52f47e88c1953e8126c3357b (plain)
1
2
3
4
5
6
unit sig where
    signature A005 where
        data Maybe a = Nothing | Just a

unit inst where
    dependency sig[A005=base:Prelude]