diff options
| author | Pierre-Marie Pédrot | 2014-09-04 17:58:12 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2014-09-04 18:06:16 +0200 |
| commit | 6828b31acdf10cf7987f0e494f6f7505a15b1000 (patch) | |
| tree | 98497c88a99aaa7453b605c30957a28b4916937c /proofs/proof_type.mli | |
| parent | 99a70a4e2e19441f29667b243b232f5f9f1059a2 (diff) | |
Removing the old implementation of clear_body.
Diffstat (limited to 'proofs/proof_type.mli')
| -rw-r--r-- | proofs/proof_type.mli | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proofs/proof_type.mli b/proofs/proof_type.mli index 0aadd862b7..bbb2c8e09e 100644 --- a/proofs/proof_type.mli +++ b/proofs/proof_type.mli @@ -27,7 +27,6 @@ type prim_rule = | Convert_concl of types * cast_kind | Convert_hyp of named_declaration | Thin of Id.t list - | ThinBody of Id.t list | Move of bool * Id.t * Id.t move_location | Rename of Id.t * Id.t |
