package hg_lib

  1. Overview
  2. Docs

Module Hg_private.DestinationSource

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