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