aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coq_commands.ml
diff options
context:
space:
mode:
authorGravatar marche <marche@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-12-09 09:48:05 +0000
committerGravatar marche <marche@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-12-09 09:48:05 +0000
commitc342a8f9b53c7a8da71803733dcd65d9c0282304 (patch)
tree3fe36bddd2f649cdb44a3985d0030eda64f5276d /ide/coq_commands.ml
parenta90da7a70f00a0718f72bae593495aa35a6b4147 (diff)
commandes de coqide
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5081 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/coq_commands.ml')
-rw-r--r--ide/coq_commands.ml52
1 files changed, 24 insertions, 28 deletions
diff --git a/ide/coq_commands.ml b/ide/coq_commands.ml
index 190702581..aefae8fbb 100644
--- a/ide/coq_commands.ml
+++ b/ide/coq_commands.ml
@@ -10,8 +10,8 @@
let commands = [
[(* "Abort"; *)
- "Add Abstract Ring";
- "Add Abstract Semi Ring";
+ "Add Abstract Ring A Aplus Amult Aone Azero Ainv Aeq T.";
+ "Add Abstract Semi Ring A Aplus Amult Aone Azero Aeq T.";
"Add Field";
"Add LoadPath";
"Add ML Path";
@@ -20,15 +20,13 @@ let commands = [
"Add Printing Let";
"Add Rec LoadPath";
"Add Rec ML Path";
- "Add Ring";
- "Add Semi Ring";
- "Add Semi Ring";
+ "Add Ring A Aplus Amult Aone Azero Ainv Aeq T [ c1 ... cn ]. ";
+ "Add Semi Ring A Aplus Amult Aone Azero Aeq T [ c1 ... cn ].";
"Add Setoid";
"Axiom";];
- ["Back";
- "Begin Silent";];
+ [(* "Back"; *) ];
["Canonical Structure";
- "Cd";
+ (* "Cd"; *)
"Chapter";
(* "Check"; *)
"Coercion";
@@ -37,7 +35,7 @@ let commands = [
"CoInductive";
(* "Correctness"; *)];
["Declare ML Module";
- "Defined";
+ "Defined.";
"Definition";
"Derive Dependent Inversion";
"Derive Dependent Inversion_clear";
@@ -45,9 +43,8 @@ let commands = [
"Derive Inversion_clear";
(* "Drop"; *)];
["End";
- "End Silent";
+ "End Silent.";
"Eval";
- "Explicitation of implicit arguments";
"Extract Constant";
"Extract Inductive";
"Extraction";
@@ -64,29 +61,27 @@ let commands = [
["Hint";
"Hint Constructors";
"Hint Unfold";
- "Hint";
"Hint Rewrite";
"Hints Extern";
"Hints Immediate";
"Hints Resolve";
- "Hints Immediate";
- "Hints Resolve";
"Hints Unfold";
"Hypothesis";];
["Identity Coercion";
- "Implicit Arguments Off";
- "Implicit Arguments On";
+ "Implicit Arguments Off.";
+ "Implicit Arguments On.";
"Implicits";
"Inductive";
"Infix";
- "Inspect";];
+ (* "Inspect"; *)];
["Lemma";
"Load";
"Load Verbose";
"Local";
- "Locate";
+ (*
+ "Locate";
"Locate File";
- "Locate Library";];
+ "Locate Library"; *)];
["Module";
"Module Type";
"Mutual Inductive";];
@@ -112,9 +107,9 @@ let commands = [
"Print Section";
"Print Table Printing If";
"Print Table Printing Let";*)
- "Proof";
+ "Proof.";
(*"Pwd";*)];
- ["Qed";
+ ["Qed.";
(* "Quit";*)];
["Read Module";
"Record";
@@ -130,9 +125,9 @@ let commands = [
"Reset Extraction Inline";
(* "Reset Initial"; *)
(* "Restart"; *)
- "Restore State";
- "Resume";];
- [ "Save";
+ "Restore State";
+ (* "Resume"; *)];
+ [ "Save.";
"Scheme";
(*"Search";
"Search ... inside ...";
@@ -153,6 +148,7 @@ let commands = [
"Set Printing Coercions";
"Set Printing Synth";
"Set Printing Wildcard";
+ "Set Silent.";
"Set Undo";
(*"Show";
"Show Conjectures";
@@ -185,6 +181,7 @@ let commands = [
"Unset Printing Coercions";
"Unset Printing Synth";
"Unset Printing Wildcard";
+ "Unset Silent.";
"Unset Undo";];
["Variable";
"Variables";];
@@ -194,13 +191,14 @@ let commands = [
let state_preserving = [
"Check";
"Eval";
+ "Eval compute in";
"Extraction";
"Extraction Library";
"Extraction Module";
"Inspect";
"Locate";
"Print";
- "Print All";
+ "Print All.";
"Print Classes";
"Print Coercion Paths";
"Print Coercions";
@@ -219,7 +217,7 @@ let state_preserving = [
"Print Table Printing If";
"Print Table Printing Let";
- "Pwd";
+ "Pwd.";
"Recursive Extraction";
"Recursive Extraction Library";
@@ -242,6 +240,4 @@ let state_preserving = [
"Test Printing Let";
"Test Printing Synth";
"Test Printing Wildcard";
-
- "Recursive Extraction";
]