From 9dd748a92f23362dbb0ba47930dfa08f730a536d Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 14 Jun 2011 15:30:35 +0000 Subject: Making printing of backtick in Program reparsable (avoiding collision with "`(") git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14205 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Program/Utils.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/Program') diff --git a/theories/Program/Utils.v b/theories/Program/Utils.v index d8176dc25..1885decfd 100644 --- a/theories/Program/Utils.v +++ b/theories/Program/Utils.v @@ -26,7 +26,7 @@ Delimit Scope program_scope with prg. (** Abbreviation for first projection and hiding of proofs of subset objects. *) -Notation " ` t " := (proj1_sig t) (at level 10, t at next level) : program_scope. +Notation " ` t " := (proj1_sig t) (at level 10, t at next level) : program_scope. (** Coerces objects to their support before comparing them. *) -- cgit v1.2.3