aboutsummaryrefslogtreecommitdiffhomepage
path: root/stm/vernac_classifier.ml
diff options
context:
space:
mode:
Diffstat (limited to 'stm/vernac_classifier.ml')
-rw-r--r--stm/vernac_classifier.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/vernac_classifier.ml b/stm/vernac_classifier.ml
index fcfd616f4..f51f5d2a0 100644
--- a/stm/vernac_classifier.ml
+++ b/stm/vernac_classifier.ml
@@ -48,7 +48,7 @@ let elide_part_of_script_and_now (a, _) =
let make_polymorphic (a, b as x) =
match a with
- | VtStartProof (x, y, ids, _) -> (VtStartProof (x, y, ids, true), b)
+ | VtStartProof (x, _, ids, _) -> (VtStartProof (x, Doesn'tGuaranteeOpacity, ids, true), b)
| _ -> x
let undo_classifier = ref (fun _ -> assert false)