summaryrefslogtreecommitdiff
path: root/language/bytecode.ott
diff options
context:
space:
mode:
Diffstat (limited to 'language/bytecode.ott')
-rw-r--r--language/bytecode.ott6
1 files changed, 3 insertions, 3 deletions
diff --git a/language/bytecode.ott b/language/bytecode.ott
index 6488dd0c..cbc60e52 100644
--- a/language/bytecode.ott
+++ b/language/bytecode.ott
@@ -105,9 +105,9 @@ cval :: 'CV_' ::=
clexp :: 'CL_' ::=
| id : ctyp :: :: id
- | id . string : ctyp :: :: field
- | * id : ctyp :: :: addr
- | id -> string : ctyp :: :: addr_field
+ | clexp . string :: :: field
+ | * clexp :: :: addr
+ | clexp . nat :: :: tuple
| current_exception : ctyp :: :: current_exception
| have_exception :: :: have_exception