diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2011-06-14 15:30:35 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2011-06-14 15:30:35 +0000 |
commit | 9dd748a92f23362dbb0ba47930dfa08f730a536d (patch) | |
tree | 2c97e65c4cca3c9eee87dc2aeccd3a759a6ede00 /theories | |
parent | 6bbce8f236e96fde855e3fa90c6334e89201f077 (diff) |
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
Diffstat (limited to 'theories')
-rw-r--r-- | theories/Program/Utils.v | 2 |
1 files changed, 1 insertions, 1 deletions
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. *) |