Patdiff_kernel.File_nameUsed to determine which name to use for a file, depending on the operation.
include Ppx_compare_lib.Comparable.S with type t := tval compare : t Base__Ppx_compare_lib.compareinclude Ppx_compare_lib.Equal.S with type t := tval equal : t Base__Ppx_compare_lib.equalval real_name_exn : t -> stringThe name used to access the file system. May differ from the name used for display.
val display_name : t -> stringThe name used for display. Also used for file extension heuristics.
If t has an alt_name, then that is used. Otherwise, the real name is used.
val to_string_hum : t -> stringEquivalent to display_name.
val dev_null : t