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 30cac7771..33d37ef62 100644
--- a/library/declaremods.ml
+++ b/library/declaremods.ml
@@ -796,7 +796,7 @@ let protect_summaries f =
(* Something wrong: undo the whole process *)
let reraise = Errors.push reraise in
let () = Summary.unfreeze_summaries fs in
- raise reraise
+ iraise reraise
let start_module interp export id args res =
protect_summaries (RawModOps.start_module interp export id args res)