package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
val compare : ('a -> 'a -> Base.Int.t) -> 'a t -> 'a t -> Base.Int.t
val map : 'a t -> f:('a -> 'b) -> 'b t
val to_stable_format : 'a t -> 'a Stable_format.t
val of_stable_format : 'a Stable_format.t -> 'a t