Module Ketrew.Persistent_data.Change

module Change: sig .. end

type t = [ `New_nodes of string list | `Nodes_changed of string list | `Started ] 
val pp : Format.formatter ->
t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string