diff options
| author | Alasdair Armstrong | 2018-01-25 19:08:55 +0000 |
|---|---|---|
| committer | Alasdair Armstrong | 2018-01-25 19:08:55 +0000 |
| commit | b2d580f7154f2e0d55ac710663bde16fd074720c (patch) | |
| tree | 93f0151ff5b655e8ff11639cda7166f81018707f /src/ast_util.mli | |
| parent | b7e388f0193a89608687760f50e476c059f0f49c (diff) | |
| parent | 98493e9de3e591d565d6d8c4f081f3dcb5346125 (diff) | |
Merge branch 'sail2' of https://bitbucket.org/Peter_Sewell/sail into sail2
Diffstat (limited to 'src/ast_util.mli')
| -rw-r--r-- | src/ast_util.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast_util.mli b/src/ast_util.mli index 4452ee3f..63f7658f 100644 --- a/src/ast_util.mli +++ b/src/ast_util.mli @@ -175,6 +175,7 @@ val id_loc : id -> Parse_ast.l val kid_loc : kid -> Parse_ast.l val pat_loc : 'a pat -> Parse_ast.l +val exp_loc : 'a exp -> Parse_ast.l val def_loc : 'a def -> Parse_ast.l (* For debugging and error messages only: Not guaranteed to produce |
