aboutsummaryrefslogtreecommitdiff
path: root/proofs/proof_type.ml
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/proof_type.ml')
-rw-r--r--proofs/proof_type.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/proofs/proof_type.ml b/proofs/proof_type.ml
index 9965488c9f..f1df084b2b 100644
--- a/proofs/proof_type.ml
+++ b/proofs/proof_type.ml
@@ -46,6 +46,7 @@ type prim_rule_name =
| Thin
| ThinBody
| Move of bool
+ | Rename
type prim_rule = {
name : prim_rule_name;