package diffast-misc

  1. Overview
  2. Docs
type t =
  1. | File of string
  2. | Channel of in_channel
val of_file : string -> t
val of_channel : in_channel -> t
val to_string : t -> string
OCaml

Innovation. Community. Security.