Module Base.Result.Export

type ('ok, 'err) _result = ('ok'errt =
| Ok of 'ok
| Error of 'err
val is_ok : (__t ‑> bool
val is_error : (__t ‑> bool