package General

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Success
  2. | Failure of int
val of_int : int -> t
val exit : t -> 'a
val at_exit : (unit -> unit) -> unit