summaryrefslogtreecommitdiff
path: root/language/jib.ott
diff options
context:
space:
mode:
Diffstat (limited to 'language/jib.ott')
-rw-r--r--language/jib.ott1
1 files changed, 1 insertions, 0 deletions
diff --git a/language/jib.ott b/language/jib.ott
index 8cccac5f..63c86126 100644
--- a/language/jib.ott
+++ b/language/jib.ott
@@ -156,6 +156,7 @@ ctyp :: 'CT_' ::=
| variant id ( uid0 * ctyp0 , ... , uidn * ctypn ) :: :: variant
% A vector type for non-bit vectors, and a (linked) list type.
+ | fvector ( nat , bool , ctyp ) :: :: fvector
| vector ( bool , ctyp ) :: :: vector
| list ( ctyp ) :: :: list