diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2006-04-28 12:24:14 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2006-04-28 12:24:14 +0000 |
commit | a184d54b95c40bc2890fc91f236bbdf983ebc83d (patch) | |
tree | d95ef613b68e96c0e7de041baae4c721bd48cd25 /theories/Logic | |
parent | 11aaf97fa5f773c8a81d12255414cd3f5d189d25 (diff) |
Standardisation du nom des méthodes de Evd
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8759 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Logic')
-rw-r--r-- | theories/Logic/ClassicalChoice.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Logic/ClassicalChoice.v b/theories/Logic/ClassicalChoice.v index 69887a540..5b347b1be 100644 --- a/theories/Logic/ClassicalChoice.v +++ b/theories/Logic/ClassicalChoice.v @@ -14,7 +14,7 @@ As ClassicalDescription.v, it implies the double-negation of excluded-middle in Set and implies a strongly classical world. Especially it conflicts with impredicativity of Set, knowing - that true<>false in Set. + that [true<>false] in Set. *) Require Export ClassicalDescription. |