blob: e66100ddcad303d3ef6d722aee8151b381ab6b04 (
plain)
1
2
3
4
5
6
7
|
unit q where
signature A (module Data.Bool) where
import Data.Bool
unit p where
dependency signature q[A=<A>]
signature A (module Data.Bool) where
-- This should not work: module is mandatory
|