Module Result

type ('a, 'b) result = ('a'b) Stdlib.Pervasives.result =
| Ok of 'a
| Error of 'b