Containers.ResumptionsSourceThis module implements resumptions (computational states that a program reaches or from which it can start.
module Make
(W : Weight.Weight_sig)
(C : sig ... end) :
Resumptions_sig with type 'a computation = 'a C.computation and type w = W.wThis module is a functore generating a resumption store for the specified weight module and the specified computational type