SharedForest.ResumptionsA resumption store module for the weighting scheme being used
type 'a resumptions =
'a Make(Weight.Weight_as_Depth_and_Size).Resumptions.resumptionstype 'a computation =
'a Make(Weight.Weight_as_Depth_and_Size).Resumptions.computationval empty : alt_max:int -> 'a resumptionsval regular_sorting : 'a resumptions -> boolval is_empty : 'a resumptions -> boolval extend_resumptions :
computation:'a computation ->
weight:w ->
'a resumptions ->
'a resumptionsval pp : Stdlib.Format.formatter -> 'a resumptions -> unitval swap :
?current_computation:('a computation * w) ->
'a resumptions ->
'a computation * w * 'a resumptions