index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
theories
/
Numbers
/
NatInt
Commit message (
Expand
)
Author
Age
*
switch theories/Numbers from Set to Type (both the abstract and the bignum pa...
letouzey
2008-05-22
*
Coq headers + $ in theories/Numbers files
letouzey
2008-05-15
*
remove mention of an obsolete limitation of Add Morphism
letouzey
2008-05-08
*
Suite r10857
herbelin
2008-04-27
*
Fix bug #1704 (ordering of condition goals for (setoid)rewrite). As part
msozeau
2008-03-07
*
Plug the new setoid implemtation in, leaving the original one commented
msozeau
2008-03-06
*
An update on Numbers. Added two files dealing with recursion, for information...
emakarov
2007-11-22
*
Added theorems; created NZPlusOrder from NTimesOrder.
emakarov
2007-11-16
*
Update on Numbers; renamed ZOrder.v to ZLt to remove clash with ZArith/Zorder...
emakarov
2007-11-14
*
Moved several lemmas from theories/Numbers/NumPrelude to theories/Init/Logic.
emakarov
2007-11-08
*
Replaced BinNat with a new version that is based on theories/Numbers/Natural/...
emakarov
2007-11-07
*
An update of theories/Numbers
emakarov
2007-11-03
*
Added Numbers/Natural/Abstract/NIso.v that proves that any two models of natu...
emakarov
2007-10-23
*
Added transitivity and irreflexivity of <, as well as < -elimination for bina...
emakarov
2007-10-16
*
The following now compiles: abstract integers with plus, minus and times, bin...
emakarov
2007-10-02
*
Added the compilation of theories/Numbers to Makefile.common. The following t...
emakarov
2007-10-01
*
An update on theories/Numbers.
emakarov
2007-09-25
*
Update on theories/Numbers. Natural numbers are mostly complete,
emakarov
2007-09-21