package base

  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 : (_, _) t -> bool
val is_error : (_, _) t -> bool