package conex

  1. Overview
  2. Docs

Module Conex_diff_providerSource

Data provider using an existing provider and a diff

Sourceval apply : Conex_io.t -> Patch.t list -> Conex_io.t
Sourceval apply_diff : Conex_io.t -> string -> Conex_io.t * Patch.t list
Sourceval ids : string -> Conex_utils.path -> Patch.t list -> (bool * Conex_utils.S.t, string) result

ids rootname keydir diffs returns whether the root file was changed, and the set of modified ids.