package core

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

Module Stable.V1Source

Sourcetype nonrec ('a, 'b) t = private ('a, 'b) t = {
  1. compare : 'a -> 'a -> Base.Int.t;
  2. sexp_of_t : 'a -> Base.Sexp.t;
}
Sourcetype ('a, 'b) comparator = ('a, 'b) t
Sourcemodule type S = sig ... end
Sourcemodule type S1 = sig ... end
Sourceval make : compare:('a -> 'a -> Base.Int.t) -> sexp_of_t:('a -> Base.Sexp.t) -> (module S_fc with type comparable_t = 'a)
Sourcemodule Make : module type of Make
Sourcemodule Make1 : module type of Make1
OCaml

Innovation. Community. Security.