aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/proof_type.ml
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-11-22 15:12:28 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-11-22 15:12:28 +0100
commit714256f7dcc68642117013dfa7b3ff8a76e468b9 (patch)
tree3396501cd0f349d78ac9f2a728f48ef692ae9743 /proofs/proof_type.ml
parent34921bb2391e8ce8b0fa00c300d218d2ef6f27e2 (diff)
Removing useless flag of the historical move tactic.
Diffstat (limited to 'proofs/proof_type.ml')
-rw-r--r--proofs/proof_type.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/proof_type.ml b/proofs/proof_type.ml
index 613f85a73..bc3b1596b 100644
--- a/proofs/proof_type.ml
+++ b/proofs/proof_type.ml
@@ -32,7 +32,7 @@ type prim_rule =
| Cofix of Id.t * (Id.t * constr) list * int
| Refine of constr
| Thin of Id.t list
- | Move of bool * Id.t * Id.t move_location
+ | Move of Id.t * Id.t move_location
(** Nowadays, the only rules we'll consider are the primitive rules *)