aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/clenv.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-04-02 18:12:58 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-04-22 11:19:55 +0200
commit103210f0de563132c61fc33177be31adb8e0ab29 (patch)
tree9b91de96bf965e4bc141a0a9add7aca707228dc6 /proofs/clenv.mli
parent7a79b6dd25db742d37d14d2531f4cb14d53fc6bf (diff)
Simplifying interface of elimination tactics. They used dummy clausenvs, and
that should be changed anyway.
Diffstat (limited to 'proofs/clenv.mli')
-rw-r--r--proofs/clenv.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/proofs/clenv.mli b/proofs/clenv.mli
index 9a985a842..e74c4875f 100644
--- a/proofs/clenv.mli
+++ b/proofs/clenv.mli
@@ -85,9 +85,6 @@ val clenv_missing : clausenv -> metavariable list
exception NoSuchBinding
val clenv_constrain_last_binding : constr -> clausenv -> clausenv
-(** defines metas corresponding to the name of the bindings *)
-val clenv_match_args : arg_bindings -> clausenv -> clausenv
-
val clenv_unify_meta_types : ?flags:unify_flags -> clausenv -> clausenv
(** start with a clenv to refine with a given term with bindings *)