package hg_lib

  1. Overview
  2. Docs
module Public : sig ... end
include module type of struct include Public end
type _ t = _ Public.t =
  1. | String : string t
  2. | File : string -> unit t
val handle_output : 'a t -> Async.Process.Output.t -> 'a0