From 4d9375d18d58958d992f76799ad545b800321d78 Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Thu, 8 Mar 2018 19:11:28 +0100 Subject: Revert "Merge PR #873: New strategy based on open scopes for deciding which notation to use among several of them" This reverts commit 9cac9db6446b31294d2413d920db0eaa6dd5d8a6, reversing changes made to 2f679ec5235257c9fd106c26c15049e04523a307. --- interp/notation.mli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'interp/notation.mli') diff --git a/interp/notation.mli b/interp/notation.mli index aa52b858a..6803a7e51 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 -- cgit v1.2.3