summaryrefslogtreecommitdiff
path: root/src/ast_util.mli
diff options
context:
space:
mode:
authorAlasdair Armstrong2018-01-08 17:04:45 +0000
committerAlasdair Armstrong2018-01-08 17:04:45 +0000
commit25417489a33b8edc3d1256dfeb4f5c641bbe7cc5 (patch)
tree641f0da841c2263987f9de62fb506e3e6429bc95 /src/ast_util.mli
parent6f3bf52cef2bd210fbad96f189bf3d6e13872fdb (diff)
parentb938fd99a9f16d4bb2ef1c483574a2850aa6e640 (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 a45ca4e9..68955387 100644
--- a/src/ast_util.mli
+++ b/src/ast_util.mli
@@ -192,6 +192,7 @@ val string_of_letbind : 'a letbind -> string
val string_of_index_range : index_range -> string
val id_of_fundef : 'a fundef -> id
+val id_of_type_def : 'a type_def -> id
val id_of_kid : kid -> id
val kid_of_id : id -> kid