module Export: sig .. end
sig
end
type ('a, 'b) _result = ('a, 'b) Result.t =
('a, 'b)
('a, 'b) Result.t
|
Ok of 'a
'a
Error of 'b
'b