aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coq_commands.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-05-25 15:57:04 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-05-25 15:57:04 +0000
commit1576be137b46512088ed6f4cbad3dca7bd75d4e8 (patch)
tree9f7fa428c1b2a501168048934ce26387cdfec85a /ide/coq_commands.ml
parent9fec60111a49960a01ffdd863d69fea57960edc5 (diff)
- Nouvelle option "Set Printing Existential Instances" pour forcer
l'affichage des instances des evars. - Nouveaux boutons "interrupteurs" pour activer/désactiver à volonté l'affichage des implicites, coercions, notations, etc dans CoqIDE (reste à trouver des icônes appropriées !). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10983 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/coq_commands.ml')
-rw-r--r--ide/coq_commands.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ide/coq_commands.ml b/ide/coq_commands.ml
index a8edc4061..fdaee4508 100644
--- a/ide/coq_commands.ml
+++ b/ide/coq_commands.ml
@@ -156,6 +156,8 @@ let commands = [
let state_preserving = [
"Check";
"Eval";
+ "Eval lazy in";
+ "Eval vm_compute in";
"Eval compute in";
"Extraction";
"Extraction Library";