diff options
| author | herbelin | 2001-10-05 14:30:35 +0000 |
|---|---|---|
| committer | herbelin | 2001-10-05 14:30:35 +0000 |
| commit | b35f7449426057e962d5646a216dbc63df33a046 (patch) | |
| tree | c61b75f1ba2cb292556d6d7d3f66846c5fb845c6 /proofs/proof_type.mli | |
| parent | 4e81371e3c5e0c91c79c8b78b8711309932e3a60 (diff) | |
Nouvelle tactique primitive ThinBody et nouvelles tactiques utilisateurs 'ClearBody H' et 'Assert H := c'
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2104 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/proof_type.mli')
| -rw-r--r-- | proofs/proof_type.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proofs/proof_type.mli b/proofs/proof_type.mli index 16190b8eae..eb31544cbc 100644 --- a/proofs/proof_type.mli +++ b/proofs/proof_type.mli @@ -48,6 +48,7 @@ type prim_rule_name = | Convert_defbody | Convert_deftype | Thin + | ThinBody | Move of bool type prim_rule = { |
