From acc4c4601efd15aa6e6d8624ce7f9ccc08792177 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Tue, 23 Oct 2018 19:31:52 +0200 Subject: Tactic-in-term: ensuring same scope for all occurrences of a notation variable. --- src/Util/SideConditions/ReductionPackages.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Util') diff --git a/src/Util/SideConditions/ReductionPackages.v b/src/Util/SideConditions/ReductionPackages.v index 980dc4103..d4285a17a 100644 --- a/src/Util/SideConditions/ReductionPackages.v +++ b/src/Util/SideConditions/ReductionPackages.v @@ -39,7 +39,7 @@ Notation None_evar_Prop_package := (@None_evar_Prop_package' unit). Notation optional_evar_package pkg_type := (optional_evar_Prop_package - (ltac:(lazymatch eval hnf in pkg_type with evar_Prop_package ?P => exact P end)) + (ltac:(lazymatch eval hnf in pkg_type%type with evar_Prop_package ?P => exact P end)) pkg_type) (only parsing). -- cgit v1.2.3