From 5676b113920fb48d4898817d6c0ce3353b06107f Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Wed, 29 Nov 2017 01:42:21 +0100 Subject: [summary] Adapt STM to the new Summary API. We need to a partial restore. I think that we could design a better API, but further work on the toplevel state should improve it progressively. --- library/summary.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/summary.mli') diff --git a/library/summary.mli b/library/summary.mli index 9fc6df6ad..09447199e 100644 --- a/library/summary.mli +++ b/library/summary.mli @@ -80,7 +80,7 @@ type frozen val empty_frozen : frozen val freeze_summaries : marshallable:marshallable -> frozen -val unfreeze_summaries : frozen -> unit +val unfreeze_summaries : ?partial:bool -> frozen -> unit val init_summaries : unit -> unit (** Typed projection of the summary. Experimental API, use with CARE *) -- cgit v1.2.3