package core

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

Innovation. Community. Security.