aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/omega/coq_omega.ml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/omega/coq_omega.ml')
-rw-r--r--plugins/omega/coq_omega.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/omega/coq_omega.ml b/plugins/omega/coq_omega.ml
index 4d6f7b21f..26d252726 100644
--- a/plugins/omega/coq_omega.ml
+++ b/plugins/omega/coq_omega.ml
@@ -1792,7 +1792,7 @@ let destructure_hyps =
in
let hyps = Proofview.Goal.hyps gl in
try (* type_of can raise exceptions *)
- loop (Environ.named_context_of_val hyps)
+ loop hyps
with e when Proofview.V82.catchable_exception e -> Proofview.tclZERO e
end