aboutsummaryrefslogtreecommitdiff
path: root/proofs/proof_type.mli
diff options
context:
space:
mode:
authorHugo Herbelin2014-10-05 15:56:05 +0200
committerHugo Herbelin2014-10-09 16:04:42 +0200
commit68a7940b2d6b03fd511faf8ad8a65edc9f7aa0e1 (patch)
tree281501dd118cd87dfc6d0b90d6062971920c5ad6 /proofs/proof_type.mli
parente824d429363262a9ff9db117282fe15289b5ab59 (diff)
Removing Convert_concl and Convert_hyp from Logic.
Diffstat (limited to 'proofs/proof_type.mli')
-rw-r--r--proofs/proof_type.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/proofs/proof_type.mli b/proofs/proof_type.mli
index 5fcdddeac9..1fb73b7ade 100644
--- a/proofs/proof_type.mli
+++ b/proofs/proof_type.mli
@@ -24,8 +24,6 @@ type prim_rule =
| FixRule of Id.t * int * (Id.t * int * constr) list * int
| Cofix of Id.t * (Id.t * constr) list * int
| Refine of constr
- | Convert_concl of types * cast_kind
- | Convert_hyp of named_declaration
| Thin of Id.t list
| Move of bool * Id.t * Id.t move_location
| Rename of Id.t * Id.t