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.

  • deprecated [since 2023-08] OCaml now supports injectivity annotations. [type !'a t] declares that ['a t] is injective with respect to ['a].

Parameters

module M1 : Injective
module M2 : Injective

Signature

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

Innovation. Community. Security.