package base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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