package dune

  1. Overview
  2. Docs
module Ansi_color : sig ... end
module Array : sig ... end
module Comparable : sig ... end
module Either : sig ... end

Left or right

module Exn : sig ... end

Exceptions

module Filename : sig ... end
module Hashtbl : sig ... end
module Int : sig ... end
module Io : sig ... end

IO operations

module List : sig ... end
module Map : sig ... end
module Option : sig ... end

Optional values

module Or_exn : sig ... end

Either a value or an exception

module Ordering : sig ... end

Element ordering

module Pp : sig ... end

Pretty printers

module Result : sig ... end

Result type

module Set : sig ... end
module Staged : sig ... end
module String : sig ... end
module Char : sig ... end
module Bool : sig ... end
module Sexp : sig ... end
module Path : sig ... end
module Fmt : sig ... end
module Interned : sig ... end

Interned strings

module Univ_map : sig ... end

Universal maps

val reraise : exn -> _
val compare : 'a -> 'a -> Ordering.t
type ('a, 'error) result = ('a, 'error) Result.t =
  1. | Ok of 'a
  2. | Error of 'error
type ('a, 'b) either = ('a, 'b) Either.t =
  1. | Left of 'a
  2. | Right of 'b
type ordering = Ordering.t =
  1. | Lt
  2. | Eq
  3. | Gt
OCaml

Innovation. Community. Security.