package base

  1. Overview
  2. No Docs
Full standard library replacement for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.14.3.tar.gz
sha256=e34dc0dd052a386c84f5f67e71a90720dff76e0edd01f431604404bee86ebe5a

doc/base/Base/Comparator/Derived2/index.html

Module Comparator.Derived2

Derived2 creates a comparator function that constructs a comparator for the type ('a, 'b) t given comparators for the type 'a and 'b.

Parameters

module M : sig ... end

Signature

type ('cmp_a, 'cmp_b) comparator_witness
val comparator : ('a, 'cmp_a) comparator -> ('b, 'cmp_b) comparator -> (('a, 'b) M.t, ('cmp_a, 'cmp_b) comparator_witness) comparator
OCaml

Innovation. Community. Security.