aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide
diff options
context:
space:
mode:
authorGravatar monate <monate@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-03-14 10:24:31 +0000
committerGravatar monate <monate@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-03-14 10:24:31 +0000
commitaf0a1bfa3a277c15c4881bed3ceb99dda81c9362 (patch)
treebf042e1e56830331643e8842d61fde05b5c7d993 /ide
parent7f100ace3c803323d978debed5705b4e03898669 (diff)
notations coqide
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3768 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide')
-rw-r--r--ide/notations.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/ide/notations.v b/ide/notations.v
new file mode 100644
index 000000000..d0d94dc51
--- /dev/null
+++ b/ide/notations.v
@@ -0,0 +1,2 @@
+Notation "∀ x : t | P" := (x:t)P (at level 1, x,t,P at level 10).
+Notation "∃ x : t | P" := (EXT x:t|P) (at level 1, x,t,P at level 10).