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