|
|
last edited 10 years ago by Bill Page |
1 2 3 4 | ||
Editor: hemmecke
Time: 2010/06/15 06:40:37 GMT-7 |
||
Note: |
changed: - Entering R: Ring power: (R, NonNegativeInteger): R -> R power(x, n) == x ** n from http://axiom-wiki.newsynthesis.org/uploads/chapter-0.xhtml section 0.2.4 "Operations Can Refer To Abstract Types" does not work (1) -> R: Ring Ring is a category, not a domain, and declarations require domains.
Entering
R: Ring power: (R, NonNegativeInteger?): R -> R power(x, n) == x ** n
from http://axiom-wiki.newsynthesis.org/uploads/chapter-0.xhtml section 0.2.4 "Operations Can Refer To Abstract Types" does not work
Ring is a category, not a domain, and declarations require domains.