Up

Module Location_style = Patdiff_format.Location_style

Signature

type t =
| Diff
| Omake
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
val all : t list
val compare : t -> t -> int
val __bin_read_t__ : (int -> t) Core.Std.Bin_prot.Read.reader
include Core.Std.Stringable.S with type t := t
type t
val of_string : string -> t
val to_string : t -> string
val sprint : t -> string Import.Patience_diff.Hunk.t -> mine_filename:string -> rule:(string -> string) -> string