diff options
| author | jp | 2020-02-12 17:46:48 +0000 |
|---|---|---|
| committer | jp | 2020-02-12 17:46:48 +0000 |
| commit | ed8bccd927306551f93d5aab8d0e2a92b9e5d227 (patch) | |
| tree | 55bf788c8155f0c7d024f2147f5eb3873729b02a /src/ast_util.mli | |
| parent | 31a65c9b7383d2a87da0fbcf5c265d533146ac23 (diff) | |
| parent | 4a72cb8084237161d0bccc66f27d5fb6d24315e0 (diff) | |
Merge branch 'sail2' of https://github.com/rems-project/sail into sail2
Diffstat (limited to 'src/ast_util.mli')
| -rw-r--r-- | src/ast_util.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ast_util.mli b/src/ast_util.mli index f6bf1fcc..6be8ca34 100644 --- a/src/ast_util.mli +++ b/src/ast_util.mli @@ -472,6 +472,8 @@ val subst : id -> 'a exp -> 'a exp -> 'a exp val hex_to_bin : string -> string +val vector_string_to_bit_list : lit -> lit list + (** {2 Manipulating locations} *) (** locate takes an expression and recursively sets the location in |
