package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a1, 'a2) t
val compare : ('a1 -> 'a1 -> Base.Int.t) -> ('a2 -> 'a2 -> Base.Int.t) -> ('a1, 'a2) t -> ('a1, 'a2) t -> Base.Int.t
val map : ('a1, 'a2) t -> f1:('a1 -> 'b1) -> f2:('a2 -> 'b2) -> ('b1, 'b2) t
val to_stable_format : ('a1, 'a2) t -> ('a1, 'a2) Stable_format.t
val of_stable_format : ('a1, 'a2) Stable_format.t -> ('a1, 'a2) t