diff options
| author | Maxime Dénès | 2018-03-09 23:08:55 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2018-03-09 23:08:55 +0100 |
| commit | 020c3448cc71618c3e74f64ae6217113072d1bbd (patch) | |
| tree | 0f4a7d4282730eb397c64be13ba10e14c465283a /interp/notation.mli | |
| parent | 1f2a922d52251f79a11d75c2205e6827a07e591b (diff) | |
| parent | 4d9375d18d58958d992f76799ad545b800321d78 (diff) | |
Merge PR #6949: Revert PR #873: New strategy based on open scopes for deciding…
Diffstat (limited to 'interp/notation.mli')
| -rw-r--r-- | interp/notation.mli | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/interp/notation.mli b/interp/notation.mli index aa52b858a2..6803a7e517 100644 --- a/interp/notation.mli +++ b/interp/notation.mli @@ -126,9 +126,9 @@ val interp_notation : ?loc:Loc.t -> notation -> local_scopes -> type notation_rule = interp_rule * interpretation * int option (** Return the possible notations for a given term *) -val uninterp_notations : local_scopes -> 'a glob_constr_g -> notation_rule list -val uninterp_cases_pattern_notations : local_scopes -> 'a cases_pattern_g -> notation_rule list -val uninterp_ind_pattern_notations : local_scopes -> inductive -> notation_rule list +val uninterp_notations : 'a glob_constr_g -> notation_rule list +val uninterp_cases_pattern_notations : 'a cases_pattern_g -> notation_rule list +val uninterp_ind_pattern_notations : inductive -> notation_rule list (** Test if a notation is available in the scopes context [scopes]; if available, the result is not None; the first |
