aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/clenv.ml
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/clenv.ml')
-rw-r--r--proofs/clenv.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/proofs/clenv.ml b/proofs/clenv.ml
index 6db3cfcac..6291c2328 100644
--- a/proofs/clenv.ml
+++ b/proofs/clenv.ml
@@ -932,6 +932,9 @@ let clenv_constrain_dep_args hyps_only clause = function
error ("Not the right number of missing arguments (expected "
^(string_of_int (List.length occlist))^")")
+let clenv_constrain_missing_args mlist clause =
+ clenv_constrain_dep_args true clause mlist
+
let clenv_lookup_name clenv id =
match intmap_inv clenv.namenv id with
| [] ->