Module Type_equal.Composition_preserves_injectivity

Composition_preserves_injectivity is a functor that proves that composition of injective types is injective.

Parameters

module M1 : Injective
module M2 : Injective

Signature

type 'a t = 'a M1.t M2.t
val strip : ('a t'b t) equal -> ('a'b) equal