summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/reexport/bkpreex10.bkp
blob: 4b00e57b5e9aab6c531869cd6c9b25423c26f8b7 (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE ConstraintKinds #-}
unit p where
    signature A(module Data.Typeable) where
        import Data.Typeable
unit q where
    dependency p[A=<A>]
    signature A(module A) where
    module M where
        import A
        type X = Typeable