package base

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Result.ExportSource

Sourcetype ('ok, 'err) _result = ('ok, 'err) t =
  1. | Ok of 'ok
  2. | Error of 'err
Sourceval is_ok : (_, _) t -> bool
Sourceval is_error : (_, _) t -> bool
OCaml

Innovation. Community. Security.