Module Make_with_config.Cutoff
An 'a Cutoff.t is a function that returns true if propagation of changes should be cutoff at a node based on the old value and the (possible) new value of the node.
val sexp_of_t : ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'a t -> Ppx_sexp_conv_lib.Sexp.t
include Core_kernel.Invariant.S1 with type 'a t := 'a t
val invariant : 'a Base__.Invariant_intf.inv -> 'a t Base__.Invariant_intf.inv
val create : (old_value:'a -> new_value:'a -> bool) -> 'a tval of_compare : ('a -> 'a -> int) -> 'a tval always : _ tval never : _ tval phys_equal : _ tval poly_equal : _ tval should_cutoff : 'a t -> old_value:'a -> new_value:'a -> boolval equal : 'a t -> 'a t -> boolOne can use
equalin combination withget_cutoffto check if a node has a particular cutoff function.equalusesCore.phys_equalfor functional values supplied tocreateandof_compare.