Module Expansion.DeepEquality

Demonstrates expansion involving an equation on a type in a submodule

module type SIG = sig ... end
module type MODTYPE = sig ... end
type foo
module M : MODTYPE with type X.t = foo