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 e909fc09..e0d7db24 100644
--- a/language/bytecode.ott
+++ b/language/bytecode.ott
@@ -140,6 +140,8 @@ cdef :: 'CDEF_' ::=
} :: :: let
% The first list of instructions creates up the global letbinding, the
% second kills it.
+ | val id ( ctyp0 , ... , ctypn ) -> ctyp
+ :: :: spec
| function id mid ( id0 , ... , idn ) {
instr0 ; ... ; instrm
} :: :: fundef