package diffast-core

  1. Overview
  2. Docs
type t =
  1. | Pervasives of out_channel
  2. | XChannel of Xchannel.out_channel
val of_pervasives : out_channel -> t
val of_xchannel : Xchannel.out_channel -> t
val is_stdout : t -> bool
val to_pervasives : t -> out_channel
val to_xchannel : t -> Xchannel.out_channel
val close : t -> unit
OCaml

Innovation. Community. Security.