Module Odoc_odoc.Or_error

type ('a, 'e) result = ('a'e) Result.result =
| Ok of 'a
| Error of 'e

Re-export for compatibility with 4.02

type msg = [
| `Msg of string
]
val (>>=) : ('a'e) result -> ('a -> ('b'e) result) -> ('b'e) result