Module Ocamlbuild_plugin.Outcome
type ('a, 'b) t
= ('a, 'b) Ocamlbuild_pack.My_std.Outcome.t
=
|
Good of 'a
|
Bad of 'b
Ocamlbuild_plugin.Outcome
type ('a, 'b) t
= ('a, 'b) Ocamlbuild_pack.My_std.Outcome.t
=
| Good of 'a |
| Bad of 'b |