summaryrefslogtreecommitdiff
path: root/src/ast_util.mli
diff options
context:
space:
mode:
authorAlasdair Armstrong2017-12-14 20:09:04 +0000
committerAlasdair Armstrong2017-12-14 20:09:04 +0000
commitb3d2aa1f4d4b60e0a5a9c05127c81504e6b9a0c4 (patch)
tree12c3ba7adc9c0b24e0ed709a4dfe04c5e7f176b5 /src/ast_util.mli
parent2162c6586b8024789875c2e619b09ba8348e72e0 (diff)
An experimental version of sail without bitvector start indexes.
Works with the vector branch of asl_parser
Diffstat (limited to 'src/ast_util.mli')
-rw-r--r--src/ast_util.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast_util.mli b/src/ast_util.mli
index a3ccc00c..7ff46b02 100644
--- a/src/ast_util.mli
+++ b/src/ast_util.mli
@@ -106,7 +106,7 @@ val app_typ : id -> typ_arg list -> typ
val unit_typ : typ
val string_typ : typ
val real_typ : typ
-val vector_typ : nexp -> nexp -> order -> typ -> typ
+val vector_typ : nexp -> order -> typ -> typ
val list_typ : typ -> typ
val exc_typ : typ
val tuple_typ : typ list -> typ