aboutsummaryrefslogtreecommitdiff
path: root/ide/notations.v
diff options
context:
space:
mode:
Diffstat (limited to 'ide/notations.v')
-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 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).