Incr_memoizeA library for memoizing incremental bind. See README.md
module Store_params : sig ... endRepresents parameters to initialize a store that will cache incremental computations.
module Store : sig ... endmodule Make (Incr : Incremental.S) : sig ... end