diffast-misc
Xchannel.Destination
type t =
| File of string
| Buffer of Buffer.t
| Channel of out_channel
val of_file : string -> t
val of_buffer : Buffer.t -> t
val of_channel : out_channel -> t
val to_string : t -> string