diff options
Diffstat (limited to 'src/tac2qexpr.mli')
| -rw-r--r-- | src/tac2qexpr.mli | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tac2qexpr.mli b/src/tac2qexpr.mli index d5520c54ee..e2bf10f4e2 100644 --- a/src/tac2qexpr.mli +++ b/src/tac2qexpr.mli @@ -96,3 +96,7 @@ type rewriting_r = { } type rewriting = rewriting_r located + +type dispatch_r = raw_tacexpr option list * (raw_tacexpr option * raw_tacexpr option list) option + +type dispatch = dispatch_r located |
