aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coq_commands.ml
diff options
context:
space:
mode:
authorGravatar corbinea <corbinea@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-07-08 11:30:41 +0000
committerGravatar corbinea <corbinea@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-07-08 11:30:41 +0000
commitf224bea2dd8ef1a1c8b32305130845004c4be4c3 (patch)
treeb3c70201aad01a9253fe64d9ffb3a4cc80d129c5 /ide/coq_commands.ml
parent75b218fc973ec7dbc32ffee697a3a5516ab3b625 (diff)
added commands to ide
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5870 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/coq_commands.ml')
-rw-r--r--ide/coq_commands.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ide/coq_commands.ml b/ide/coq_commands.ml
index 36661cd2c..4a5e13db4 100644
--- a/ide/coq_commands.ml
+++ b/ide/coq_commands.ml
@@ -63,7 +63,7 @@ let commands = [
"Hint Unfold";
"Hypothesis";];
["Identity Coercion";
- "Implicits";
+ "Implicit Arguments";
"Inductive";
"Infix";
];
@@ -196,6 +196,7 @@ let state_preserving = [
"Show";
"Show Conjectures";
+ "Show Existentials";
"Show Implicits";
"Show Intro";
"Show Intros";