aboutsummaryrefslogtreecommitdiff
path: root/stm
diff options
context:
space:
mode:
Diffstat (limited to 'stm')
-rw-r--r--stm/stm.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/stm.ml b/stm/stm.ml
index 8efb606ddc..ad18245dec 100644
--- a/stm/stm.ml
+++ b/stm/stm.ml
@@ -1747,7 +1747,7 @@ end = struct (* {{{ *)
(* We only manipulate monomorphic terms here. *)
let () = assert (Univ.AUContext.is_empty ctx) in
let pr = Constr.hcons pr in
- p.(bucket) <- Some (d.(bucket), Univ.AUContext.size ctx, pr);
+ p.(bucket) <- d.(bucket), Univ.AUContext.size ctx, Some pr;
Univ.ContextSet.union cst uc, false
let check_task name l i =