diff options
| author | monate | 2003-03-14 10:24:31 +0000 |
|---|---|---|
| committer | monate | 2003-03-14 10:24:31 +0000 |
| commit | af0a1bfa3a277c15c4881bed3ceb99dda81c9362 (patch) | |
| tree | bf042e1e56830331643e8842d61fde05b5c7d993 | |
| parent | 7f100ace3c803323d978debed5705b4e03898669 (diff) | |
notations coqide
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3768 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | ide/notations.v | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ide/notations.v b/ide/notations.v new file mode 100644 index 0000000000..d0d94dc518 --- /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). |
