diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-05-08 21:19:19 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-05-08 21:19:19 +0000 |
commit | 672ba13a7287dc2b6d5a28960deacc4966d364aa (patch) | |
tree | 705307e15eb2cf6dd2c7bdb1a031decba15a8fb4 /theories/Numbers | |
parent | 76ca49c10dc1a5d9cabefd12ea12cc7581ed2eb6 (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.v | 7 |
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. |