biocaml.unix
Biocaml_result.Export
biocaml.base
biocaml.ez
type (!'ok, !'err) _result = ('ok, 'err) t =
| Ok of 'ok
| Error of 'err
val is_ok : ('a, 'b) t -> bool
val is_error : ('a, 'b) t -> bool