aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/logic.mli
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-07-25 17:29:20 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-07-25 17:29:20 +0000
commitc330f60f1617afcb42cebe2fd2ccf9f330ea4f89 (patch)
tree53e61f40e19ea35216091af7324a6bbd4fc7e4bd /proofs/logic.mli
parent968d65c616127446c5f1c5d3485e9efdc420e6a4 (diff)
retablissement make doc et make minicoq
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@571 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/logic.mli')
-rw-r--r--proofs/logic.mli17
1 files changed, 8 insertions, 9 deletions
diff --git a/proofs/logic.mli b/proofs/logic.mli
index dd2779725..9247d4ff6 100644
--- a/proofs/logic.mli
+++ b/proofs/logic.mli
@@ -10,20 +10,19 @@ open Environ
open Proof_type
(*i*)
-(* This suppresses check done in prim_refiner for the tactic given in
+(* This suppresses check done in [prim_refiner] for the tactic given in
argument; works by side-effect *)
val without_check : tactic -> tactic
-(* without_check respectively means:\\
-\\
- Intro: no check that the name does not exist\\
- Intro_after: no check that the name does not exist and that variables in
+(* [without_check] respectively means:\\
+ [Intro]: no check that the name does not exist\\
+ [Intro_after]: no check that the name does not exist and that variables in
its type does not escape their scope\\
- Intro_replacing: no check that the name does not exist and that variables in
- its type does not escape their scope\\
-
- Convert_hyp: no check that the name exist and that its type is convertible\\
+ [Intro_replacing]: no check that the name does not exist and that
+ variables in its type does not escape their scope\\
+ [Convert_hyp]:
+ no check that the name exist and that its type is convertible\\
*)
(* The primitive refiner. *)