Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val pp_context_line :
Ppx_deriving_runtime.Format.formatter ->
context_line ->
Ppx_deriving_runtime.unit
val show_context_line : context_line -> Ppx_deriving_runtime.string
val equal_context_line :
context_line ->
context_line ->
Ppx_deriving_runtime.bool
val pp_removed_line :
Ppx_deriving_runtime.Format.formatter ->
removed_line ->
Ppx_deriving_runtime.unit
val show_removed_line : removed_line -> Ppx_deriving_runtime.string
val equal_removed_line :
removed_line ->
removed_line ->
Ppx_deriving_runtime.bool
val pp_added_line :
Ppx_deriving_runtime.Format.formatter ->
added_line ->
Ppx_deriving_runtime.unit
val show_added_line : added_line -> Ppx_deriving_runtime.string
val equal_added_line : added_line -> added_line -> Ppx_deriving_runtime.bool
val pp_line :
Ppx_deriving_runtime.Format.formatter ->
line ->
Ppx_deriving_runtime.unit
val show_line : line -> Ppx_deriving_runtime.string
val equal_line : line -> line -> Ppx_deriving_runtime.bool
val pp_hunk :
Ppx_deriving_runtime.Format.formatter ->
hunk ->
Ppx_deriving_runtime.unit
val show_hunk : hunk -> Ppx_deriving_runtime.string
val equal_hunk : hunk -> hunk -> Ppx_deriving_runtime.bool
val pp_binary_content :
Ppx_deriving_runtime.Format.formatter ->
binary_content ->
Ppx_deriving_runtime.unit
val show_binary_content : binary_content -> Ppx_deriving_runtime.string
val equal_binary_content :
binary_content ->
binary_content ->
Ppx_deriving_runtime.bool
val pp_path :
Ppx_deriving_runtime.Format.formatter ->
path ->
Ppx_deriving_runtime.unit
val show_path : path -> Ppx_deriving_runtime.string
val equal_path : path -> path -> Ppx_deriving_runtime.bool
val pp_mode_change :
Ppx_deriving_runtime.Format.formatter ->
mode_change ->
Ppx_deriving_runtime.unit
val show_mode_change : mode_change -> Ppx_deriving_runtime.string
val equal_mode_change : mode_change -> mode_change -> Ppx_deriving_runtime.bool
type changed_file = {
path : path;
mode_change : mode_change option;
content : [ `Text of hunk list | binary_content ];
}
val pp_changed_file :
Ppx_deriving_runtime.Format.formatter ->
changed_file ->
Ppx_deriving_runtime.unit
val show_changed_file : changed_file -> Ppx_deriving_runtime.string
val equal_changed_file :
changed_file ->
changed_file ->
Ppx_deriving_runtime.bool
type created_file = {
path : string;
mode : int;
content : [ `Text of added_line list | binary_content ];
}
val pp_created_file :
Ppx_deriving_runtime.Format.formatter ->
created_file ->
Ppx_deriving_runtime.unit
val show_created_file : created_file -> Ppx_deriving_runtime.string
val equal_created_file :
created_file ->
created_file ->
Ppx_deriving_runtime.bool
type deleted_file = {
path : string;
mode : int;
content : [ `Text of removed_line list | binary_content ];
}
val pp_deleted_file :
Ppx_deriving_runtime.Format.formatter ->
deleted_file ->
Ppx_deriving_runtime.unit
val show_deleted_file : deleted_file -> Ppx_deriving_runtime.string
val equal_deleted_file :
deleted_file ->
deleted_file ->
Ppx_deriving_runtime.bool
val pp_file :
Ppx_deriving_runtime.Format.formatter ->
file ->
Ppx_deriving_runtime.unit
val show_file : file -> Ppx_deriving_runtime.string
val equal_file : file -> file -> Ppx_deriving_runtime.bool
val pp_diff :
Ppx_deriving_runtime.Format.formatter ->
diff ->
Ppx_deriving_runtime.unit
val show_diff : diff -> Ppx_deriving_runtime.string
val equal_diff : diff -> diff -> Ppx_deriving_runtime.bool