summaryrefslogtreecommitdiff
path: root/language/bytecode.ott
diff options
context:
space:
mode:
Diffstat (limited to 'language/bytecode.ott')
-rw-r--r--language/bytecode.ott1
1 files changed, 1 insertions, 0 deletions
diff --git a/language/bytecode.ott b/language/bytecode.ott
index 30c9195f..bd60072a 100644
--- a/language/bytecode.ott
+++ b/language/bytecode.ott
@@ -93,6 +93,7 @@ ctyp :: 'CT_' ::=
| vector ( bool , ctyp ) :: :: vector
| list ( ctyp ) :: :: list
% A vector type for non-bit vectors, and a list type.
+ | ref ( ctyp ) :: :: ref
cval :: 'CV_' ::=
{{ ocaml fragment * ctyp }}