Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Git_split.Diff
Sourceval pp_context_line :
Ppx_deriving_runtime.Format.formatter ->
context_line ->
Ppx_deriving_runtime.unit
val pp_removed_line :
Ppx_deriving_runtime.Format.formatter ->
removed_line ->
Ppx_deriving_runtime.unit
val pp_added_line :
Ppx_deriving_runtime.Format.formatter ->
added_line ->
Ppx_deriving_runtime.unit
val pp_changed_file :
Ppx_deriving_runtime.Format.formatter ->
changed_file ->
Ppx_deriving_runtime.unit
val pp_renamed_file :
Ppx_deriving_runtime.Format.formatter ->
renamed_file ->
Ppx_deriving_runtime.unit
val pp_deleted_file :
Ppx_deriving_runtime.Format.formatter ->
deleted_file ->
Ppx_deriving_runtime.unit
val pp_created_file :
Ppx_deriving_runtime.Format.formatter ->
created_file ->
Ppx_deriving_runtime.unit
type file =
| DeletedFile of deleted_file
| CreatedFile of created_file
| ChangedFile of changed_file
| RenamedFile of renamed_file