aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/README
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2004-04-23 09:00:10 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2004-04-23 09:00:10 +0000
commitf8df994ee797909ba5567811f6d278da4e225f83 (patch)
tree609bea9f44dab7df8896ac9441e960f16ebf111b /coq/README
parentb09555cf701bbd02b6cbb8fdf020c0915869d2b8 (diff)
deleted coq x symbols doc in CHANGES.
Diffstat (limited to 'coq/README')
-rw-r--r--coq/README14
1 files changed, 8 insertions, 6 deletions
diff --git a/coq/README b/coq/README
index 97ea8ec8..dc0bd3bc 100644
--- a/coq/README
+++ b/coq/README
@@ -46,20 +46,22 @@ Grammar for x-symbols:
connectives /\, \/, etc. See the X-Symbol char table for details.
a symbol is encoded only if
- - preceded by _ or some space or some symbol
+ - preceded by _ or ' or some space or some symbol
**and**
- - followed by _ or some space or some symbol
+ - followed by _ or ' or some space or some symbol
Grammar for sub/superscript:
- a double _ introduces a subscript that ends at the first space
- a double ^ introduces a superscript that ends at the first space
- - a _ followed by { introduces a subscript
- expression that ends at the first }
- - a ^ followed by { introduces a superscript
- expression that ends at the first }
+ - a , followed by { introduces a subscript expression that ends at
+ the first } (_{...} was not possible due to coq notation mechanism)
+ - a ^ followed by { introduces a superscript expression that ends
+ at the first }
+
+ See example-x-symbols.v in this directory for examples.
========================================