summaryrefslogtreecommitdiff
path: root/language
diff options
context:
space:
mode:
Diffstat (limited to 'language')
-rw-r--r--language/l2.ott6
-rw-r--r--language/manual.pdfbin361603 -> 391550 bytes
2 files changed, 3 insertions, 3 deletions
diff --git a/language/l2.ott b/language/l2.ott
index 84e92d7d..efed02bd 100644
--- a/language/l2.ott
+++ b/language/l2.ott
@@ -162,16 +162,16 @@ kind :: 'K_' ::=
% we'll never use ...-> Nat , .. Order , .. or Effects
nexp :: 'Nexp_' ::=
- {{ com expression of kind Nat, for vector sizes and origins }}
+ {{ com expression of kind [[Nat]], for vector sizes and origins }}
{{ aux _ l }}
- | id :: :: id {{ com identifier, bound by def Nat x = nexp }}
+ | id :: :: id {{ com identifier, bound by \texttt{def Nat x = nexp} }}
| kid :: :: var {{ com variable }}
| num :: :: constant {{ com constant }}
| nexp1 * nexp2 :: :: times {{ com product }}
| nexp1 + nexp2 :: :: sum {{ com sum }}
| nexp1 - nexp2 :: :: minus {{ com subtraction }}
| 2** nexp :: :: exp {{ com exponential }}
- | neg nexp :: :: neg {{ com For internal use }}
+ | neg nexp :: I :: neg {{ com for internal use only}}
| ( nexp ) :: S :: paren {{ ichlo [[nexp]] }}
order :: 'Ord_' ::=
diff --git a/language/manual.pdf b/language/manual.pdf
index 22b4c5c3..d848b8da 100644
--- a/language/manual.pdf
+++ b/language/manual.pdf
Binary files differ