summaryrefslogtreecommitdiff
path: root/src/ast_util.mli
diff options
context:
space:
mode:
authorAlasdair Armstrong2017-09-07 17:09:33 +0100
committerAlasdair Armstrong2017-09-07 17:09:33 +0100
commit97ebda8681ec38d6e087abe04629255420991a40 (patch)
treefa2c52eff75b31f4d5e2b81ad68484266be2dfe5 /src/ast_util.mli
parent842165c1171fde332bd42e7520338c59a797f76b (diff)
parent2625f48417d25ab0493884b2f934887b86d568ab (diff)
Merge branch 'experiments' of https://bitbucket.org/Peter_Sewell/sail into experiments
Diffstat (limited to 'src/ast_util.mli')
-rw-r--r--src/ast_util.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast_util.mli b/src/ast_util.mli
index 6a150872..e6823ee9 100644
--- a/src/ast_util.mli
+++ b/src/ast_util.mli
@@ -146,6 +146,7 @@ val string_of_order : order -> string
val string_of_nexp : nexp -> string
val string_of_typ : typ -> string
val string_of_typ_arg : typ_arg -> string
+val string_of_annot : ('a * typ * effect) option -> string
val string_of_n_constraint : n_constraint -> string
val string_of_quant_item : quant_item -> string
val string_of_typquant : typquant -> string