package patdiff

  1. Overview
  2. Docs
module Unix := Core_unix
include module type of struct include Patdiff_kernel.Compare_core end
include Patdiff_kernel.Compare_core.S
val diff_strings : ?print_global_header:bool -> Patdiff_kernel.Configuration.t -> prev:Patdiff_kernel.Diff_input.t -> next:Patdiff_kernel.Diff_input.t -> [ `Different of string | `Same ]
module Private : sig ... end
val diff_files : Configuration.t -> prev_file:string -> next_file:string -> [ `Different | `Same ]
val diff_dirs : Configuration.t -> prev_dir:string -> next_dir:string -> file_filter:((string * Unix.stats) -> bool) option -> [ `Different | `Same ]