Module Result.Export

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