aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Unicode/Utf8_core.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-10-25 21:02:50 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-10-25 21:02:50 +0000
commitb91f721df622b40e1f4ca610dd4a5697d27ec56a (patch)
treea86ba7ed221ac84e5c27fc8fba3b3760175e4b88 /theories/Unicode/Utf8_core.v
parent605cd6dd90efe60f8ca230e9bd55c7b7973724f7 (diff)
Merge common notations from Utf8.v and Utf8_core.v (see bug report #2610).
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14605 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Unicode/Utf8_core.v')
-rw-r--r--theories/Unicode/Utf8_core.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/theories/Unicode/Utf8_core.v b/theories/Unicode/Utf8_core.v
index a42de3abd..31724b3ca 100644
--- a/theories/Unicode/Utf8_core.v
+++ b/theories/Unicode/Utf8_core.v
@@ -7,6 +7,8 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
+
+
(* Logic *)
Notation "∀ x .. y , P" := (forall x, .. (forall y, P) ..)
(at level 200, x binder, y binder, right associativity) : type_scope.