agda-unused-0.2.0: data/declaration/Module.agda
module Module where
record R
: Set
where
module M where
module N where
module O where
postulate
A
: Set
x
: R
x
= record {M}
module P
= N
module Module where
record R
: Set
where
module M where
module N where
module O where
postulate
A
: Set
x
: R
x
= record {M}
module P
= N