diff options
| author | Jon French | 2019-05-13 15:52:53 +0100 |
|---|---|---|
| committer | Jon French | 2019-05-13 16:03:50 +0100 |
| commit | 77ff8360ce5abb8a06d6b0675475fca6984f6b2a (patch) | |
| tree | a69ddd2d558bd702261335a5a71e99e07aee1bfa /src/ast_util.mli | |
| parent | fe595b26986e0e2c641c1486250600edf05653f4 (diff) | |
move simple_string_of_loc to Ast_util
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 cfbc26fe..c8f3cc5c 100644 --- a/src/ast_util.mli +++ b/src/ast_util.mli @@ -523,3 +523,5 @@ val subst_kids_typ_arg : nexp KBindings.t -> typ_arg -> typ_arg val quant_item_subst_kid : kid -> kid -> quant_item -> quant_item val typquant_subst_kid : kid -> kid -> typquant -> typquant + +val simple_string_of_loc : Parse_ast.l -> string |
