dune/src/print_diff.mli

5 lines
135 B
OCaml

open Stdune
(** Diff two files that are expected not to match. *)
val print : ?skip_trailing_cr:bool -> Path.t -> Path.t -> _ Fiber.t