aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/proof_type.mli
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/proof_type.mli')
-rw-r--r--proofs/proof_type.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/proofs/proof_type.mli b/proofs/proof_type.mli
index a5d694077..0aadd862b 100644
--- a/proofs/proof_type.mli
+++ b/proofs/proof_type.mli
@@ -29,7 +29,6 @@ type prim_rule =
| Thin of Id.t list
| ThinBody of Id.t list
| Move of bool * Id.t * Id.t move_location
- | Order of Id.t list
| Rename of Id.t * Id.t
(** Nowadays, the only rules we'll consider are the primitive rules *)