summaryrefslogtreecommitdiff
path: root/language/bytecode.ott
diff options
context:
space:
mode:
Diffstat (limited to 'language/bytecode.ott')
-rw-r--r--language/bytecode.ott2
1 files changed, 2 insertions, 0 deletions
diff --git a/language/bytecode.ott b/language/bytecode.ott
index 19c4d9cc..161be4b3 100644
--- a/language/bytecode.ott
+++ b/language/bytecode.ott
@@ -137,6 +137,8 @@ cdef :: 'CDEF_' ::=
} {
instr0 ; ... ; instri
} :: :: let
+% The first list of instructions creates up the global letbinding, the
+% second kills it.
| function id mid ( id0 , ... , idn ) {
instr0 ; ... ; instrm
} :: :: fundef \ No newline at end of file