package base

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

Injective2 is for a binary type that is injective in both type arguments.

  • deprecated [since 2023-08] OCaml now supports injectivity annotations. [type !'a t] declares that ['a t] is injective with respect to ['a].
type ('a1, 'a2) t
val strip : (('a1, 'a2) t, ('b1, 'b2) t) equal -> ('a10, 'b10) equal * ('a20, 'b20) equal
OCaml

Innovation. Community. Security.