package base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
  • deprecated [2016-09] this element comes from the stdlib distributed with OCaml. Refering to the stdlib directly is discouraged by Base. You should either use the equivalent functionality offered by Base, or if you really want to refer to the stdlib, use Caml.Sort instead
  • deprecated [2016-09] this element comes from the stdlib distributed with OCaml. Refering to the stdlib directly is discouraged by Base. You should either use the equivalent functionality offered by Base, or if you really want to refer to the stdlib, use Caml.Sort instead
val list : ('a -> 'a -> bool) -> 'a list -> 'a list
  • deprecated Use List.sort instead.
val array : ('a -> 'a -> bool) -> 'a array -> unit
  • deprecated Use Array.sort instead.
val merge : ('a -> 'a -> bool) -> 'a list -> 'a list -> 'a list
  • deprecated Use List.merge instead.
OCaml

Innovation. Community. Security.