either.ml
dune._caml
dune._dune_lang
dune._ocaml_config
dune._stdune
dune._which-program
dune.configurator
which_program_dune
which_program_jbuilder
1 2 3 4 5 6 7 8 type ('a, 'b) t = | Left of 'a | Right of 'b let map t ~l ~r = match t with | Left x -> l x | Right x -> r x
1 2 3 4 5 6 7 8
type ('a, 'b) t = | Left of 'a | Right of 'b let map t ~l ~r = match t with | Left x -> l x | Right x -> r x