diff options
| author | Pierre-Marie Pédrot | 2017-08-18 13:47:36 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2017-08-18 14:41:10 +0200 |
| commit | 900841d0bb4700fb2a3662457e7c4efea34a97e4 (patch) | |
| tree | f2eb6be93fa5b6df9a0951d99ca4ffa7e6061e1e /src/tac2qexpr.mli | |
| parent | 7adc34710bf17c4ec3601831275205c1eb613b84 (diff) | |
Exporting scopes for occurrences.
Diffstat (limited to 'src/tac2qexpr.mli')
| -rw-r--r-- | src/tac2qexpr.mli | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tac2qexpr.mli b/src/tac2qexpr.mli index e2bf10f4e2..a631ffd188 100644 --- a/src/tac2qexpr.mli +++ b/src/tac2qexpr.mli @@ -52,12 +52,14 @@ and intro_pattern_naming = intro_pattern_naming_r located and intro_pattern_action = intro_pattern_action_r located and or_and_intro_pattern = or_and_intro_pattern_r located -type occurrences = +type occurrences_r = | QAllOccurrences | QAllOccurrencesBut of int located or_anti list | QNoOccurrences | QOnlyOccurrences of int located or_anti list +type occurrences = occurrences_r located + type hyp_location = (occurrences * Id.t located or_anti) * Locus.hyp_location_flag type clause_r = |
