aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Numbers
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-05-08 21:19:19 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-05-08 21:19:19 +0000
commit672ba13a7287dc2b6d5a28960deacc4966d364aa (patch)
tree705307e15eb2cf6dd2c7bdb1a031decba15a8fb4 /theories/Numbers
parent76ca49c10dc1a5d9cabefd12ea12cc7581ed2eb6 (diff)
remove mention of an obsolete limitation of Add Morphism
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10908 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Numbers')
-rw-r--r--theories/Numbers/NatInt/NZBase.v7
1 files changed, 1 insertions, 6 deletions
diff --git a/theories/Numbers/NatInt/NZBase.v b/theories/Numbers/NatInt/NZBase.v
index 084560de3..2e5b585bb 100644
--- a/theories/Numbers/NatInt/NZBase.v
+++ b/theories/Numbers/NatInt/NZBase.v
@@ -54,12 +54,7 @@ left-inverse to the successor at this point *)
Section CentralInduction.
-Variable A : NZ -> Prop.
-
-(* FIXME: declaring "A : predicate NZ" leads to the error during the
-declaration of the morphism below because the "predicate NZ" is not
-recognized as a type of function. Maybe it should do "eval hnf" or
-something like this. The same goes for "relation". *)
+Variable A : predicate NZ.
Hypothesis A_wd : predicate_wd NZeq A.