aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/declaremods.ml
diff options
context:
space:
mode:
Diffstat (limited to 'library/declaremods.ml')
-rw-r--r--library/declaremods.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/declaremods.ml b/library/declaremods.ml
index c8f9d6161..0dfee9787 100644
--- a/library/declaremods.ml
+++ b/library/declaremods.ml
@@ -822,7 +822,7 @@ end
(** {6 Module operations handling summary freeze/unfreeze *)
let protect_summaries f =
- let fs = Summary.freeze_summaries ~marshallable:false in
+ let fs = Summary.freeze_summaries ~marshallable:`No in
try f fs
with reraise ->
(* Something wrong: undo the whole process *)