sig
  type ('a, 'b) result = ('a, 'b) Result.result = Ok of '| Error of 'b
end