diff options
| author | Pierre-Marie Pédrot | 2017-08-08 15:54:27 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2017-08-11 17:13:15 +0200 |
| commit | 77e3f7be0533fad2c31eb302a51c74b829f99e8c (patch) | |
| tree | bda87bbb2bd1310b9aaa5bf638b3db74cd9a46bc /src/tac2qexpr.mli | |
| parent | 3fbba861d5355cad92cac52965c8e76a35825c7a (diff) | |
Introducing a syntax for goal dispatch.
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 |
