diff options
| author | Alasdair Armstrong | 2017-10-12 18:21:01 +0100 |
|---|---|---|
| committer | Alasdair Armstrong | 2017-10-12 18:21:01 +0100 |
| commit | a5fa2f549896e4e8a7262a71ffd377066b07a67c (patch) | |
| tree | bc8fb218af3ee86bef70b2ad4d188cfbec6bdd80 /src/ast_util.mli | |
| parent | d6688a7669c057b27f9c2adb8341ca853a3746df (diff) | |
Fixes pattern matching exact values ([:'n:]) on integer literals
Also improves flow typing in assert statements for ASL parser
This patch does currently introduce a few test failures, probably due
to the new way literals are handled in case statements, which needs to
be investigated and fixed if possible.
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 18223f4a..7ab7807a 100644 --- a/src/ast_util.mli +++ b/src/ast_util.mli @@ -128,6 +128,7 @@ val nc_false : n_constraint val nc_set : kid -> int list -> n_constraint val quant_items : typquant -> quant_item list +val quant_kopts : typquant -> kinded_id list (* Functions to map over the annotations in sub-expressions *) val map_exp_annot : ('a annot -> 'b annot) -> 'a exp -> 'b exp |
