package diffast-misc

  1. Overview
  2. Docs
type t =
  1. | File of string
  2. | Buffer of Buffer.t
  3. | 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
OCaml

Innovation. Community. Security.