diff options
| author | Brian Campbell | 2018-01-23 11:01:36 +0000 |
|---|---|---|
| committer | Brian Campbell | 2018-01-25 18:59:07 +0000 |
| commit | 215aaf33512dbe44a65589a7f7491d46df3b88e6 (patch) | |
| tree | e7b9b5b3f104f7ba239dca56c2a3d9b2f2014228 /src/ast_util.mli | |
| parent | 37a42139356082c9182ad015151615503af76a00 (diff) | |
Implement basic case splitting based on found case expressions
(makes some of the monomorphisation case splits smaller)
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 c9869cce..6a5d8c65 100644 --- a/src/ast_util.mli +++ b/src/ast_util.mli @@ -168,6 +168,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 |
