package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type (!'ok, !'err) _result = ('ok, 'err) Base__Result.t =
  1. | Ok of 'ok
  2. | Error of 'err
val is_ok : ('a, 'b) Base__Result.t -> bool
val is_error : ('a, 'b) Base__Result.t -> bool
OCaml

Innovation. Community. Security.