package General

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type failure
type t =
  1. | Success
  2. | Failure of failure
  3. | Error of exn * CallStack.t option
val to_string : t -> string