summaryrefslogtreecommitdiff
path: root/ide/coq_commands.ml
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <smimram@debian.org>2008-07-25 15:12:53 +0200
committerGravatar Samuel Mimram <smimram@debian.org>2008-07-25 15:12:53 +0200
commita0cfa4f118023d35b767a999d5a2ac4b082857b4 (patch)
treedabcac548e299fee1da464c93b3dba98484f45b1 /ide/coq_commands.ml
parent2281410e38ef99d025ea77194585a9bc019fdaa9 (diff)
Imported Upstream version 8.2~beta3+dfsgupstream/8.2.beta3+dfsg
Diffstat (limited to 'ide/coq_commands.ml')
-rw-r--r--ide/coq_commands.ml11
1 files changed, 7 insertions, 4 deletions
diff --git a/ide/coq_commands.ml b/ide/coq_commands.ml
index 677c5eff..3a48fc7d 100644
--- a/ide/coq_commands.ml
+++ b/ide/coq_commands.ml
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(* $Id: coq_commands.ml 9976 2007-07-12 11:58:30Z msozeau $ *)
+(* $Id: coq_commands.ml 10994 2008-05-26 16:21:31Z jnarboux $ *)
let commands = [
[(* "Abort"; *)
@@ -109,9 +109,9 @@ let commands = [
"Set Extraction Optimize";
"Set Hyps__limit";
"Set Implicit Arguments";
- "Set Printing Coercion";
+ (*"Set Printing Coercion";
"Set Printing Coercions";
- "Set Printing Synth";
+ "Set Printing Synth";*)
"Set Printing Wildcard";
"Set Silent.";
"Set Undo";
@@ -142,9 +142,10 @@ let commands = [
"Unset Extraction Optimize";
"Unset Hyps__limit";
"Unset Implicit Arguments";
+ (*
"Unset Printing Coercion";
"Unset Printing Coercions";
- "Unset Printing Synth";
+ "Unset Printing Synth"; *)
"Unset Printing Wildcard";
"Unset Silent.";
"Unset Undo";];
@@ -156,6 +157,8 @@ let commands = [
let state_preserving = [
"Check";
"Eval";
+ "Eval lazy in";
+ "Eval vm_compute in";
"Eval compute in";
"Extraction";
"Extraction Library";