hg_lib.open
Hg_private.Destination
ppxlib
yojson
module Public : sig ... end
include module type of struct include Public end
type _ t = _ Public.t =
| String : string t
| File : string -> unit t
val handle_output : 'a t -> Async.Process.Output.t -> 'a