package ppxlib

  1. Overview
  2. Docs
Base library and tools for ppx rewriters

Install

Dune Dependency

Authors

Maintainers

Sources

0.12.0.tar.gz
sha256=6b562c9b3b9350777318729921f890850b385c469db60769aafd9371998a2c42
sha512=2372a7a53d857389978e617c95183289547d53caa5e83a7d867cab347b114b719667bd09eaf2e2334085ef92691a99b42871f6410ffb2977b0b8724014c80a70

doc/ppxlib.print_diff/Ppxlib_print_diff/index.html

Module Ppxlib_print_diff

val print : ?diff_command:string -> ?extra_patdiff_args:string list -> ?use_color:bool -> file1:string -> file2:string -> unit -> unit

Diff two files. Use diff_command to specify what command to use. If not specified patdiff is used, with a fallback to diff -u if patdiff produces no differences.

OCaml

Innovation. Community. Security.