aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/proof_type.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-08-07 15:17:28 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-08-07 15:17:28 +0000
commitd0231fa8e99ee7edd62535a0c194ab656eaba213 (patch)
tree860b2fdeecf4a6941163594084fe865bd1abe4d5 /proofs/proof_type.ml
parent38f147b8a5299a6bee27784cf9dc8401d29ee9f5 (diff)
Ajout tactique TrueCut qui fait la coupure du calcul des séquents; nouvelle tactique primitive Cut basé sur un Let non dépendant; amélioration efficacité ancien Cut
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1883 85f007b7-540e-0410-9357-904b9bb8a0f7
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 363dd0964..2820f05f5 100644
--- a/proofs/proof_type.ml
+++ b/proofs/proof_type.ml
@@ -36,6 +36,7 @@ type prim_rule_name =
| Intro
| Intro_after
| Intro_replacing
+ | Cut of bool
| Fix
| Cofix
| Refine