aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/tacmach.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-09-04 19:08:45 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-09-04 19:09:35 +0200
commit7057e7e9ab1160fc0e176182b6e71f720784715a (patch)
tree0e5a06b63243b3cbcbbaf6129095484181002094 /proofs/tacmach.mli
parent6828b31acdf10cf7987f0e494f6f7505a15b1000 (diff)
Revert the two previous commits. I was testing in the wrong branch.
Diffstat (limited to 'proofs/tacmach.mli')
-rw-r--r--proofs/tacmach.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/proofs/tacmach.mli b/proofs/tacmach.mli
index cebe78ed0..c7729e416 100644
--- a/proofs/tacmach.mli
+++ b/proofs/tacmach.mli
@@ -100,6 +100,7 @@ val refine : constr -> tactic
val convert_concl : types -> cast_kind -> tactic
val convert_hyp : named_declaration -> tactic
val thin : Id.t list -> tactic
+val thin_body : Id.t list -> tactic
val move_hyp : bool -> Id.t -> Id.t move_location -> tactic
val rename_hyp : (Id.t*Id.t) list -> tactic