index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
theories
/
Numbers
/
Natural
/
BigN
/
Nbasic.v
Age
Commit message (
Expand
)
Author
2012-12-21
nat_iter n f x -> nat_rect _ x (fun _ => f) n
pboutill
2012-08-08
Updating headers.
herbelin
2012-07-05
ZArith + other : favor the use of modern names instead of compat notations
letouzey
2011-11-21
theories/, plugins/ and test-suite/ ported to the Arguments vernacular
gareuselesinge
2011-06-30
Cleanup of Ndigits
letouzey
2011-06-28
Deletion of useless Zdigits_def
letouzey
2011-01-04
Ndigits: a Pshiftl_nat used in BigN (was double_digits there)
letouzey
2010-12-06
Numbers and bitwise functions.
letouzey
2010-09-09
NMake : another round of heavy rework
letouzey
2010-07-24
Updated all headers for 8.3 and trunk
herbelin
2010-04-29
Remove the svn-specific $Id$ annotations
letouzey
2010-03-10
NMake: Reorganization, interface for NMake_gen, explicit View, tactic destr_t...
letouzey
2010-02-08
DoubleCyclic + NMake : typeclasses, more genericity, less ML macro-generation
letouzey
2009-09-17
Delete trailing whitespaces in all *.{v,ml*} files
glondu
2008-05-22
switch theories/Numbers from Set to Type (both the abstract and the bignum pa...
letouzey
2008-05-16
Filename ZnZ (or Z_nZ in a later attempt) is neither pretty nor accurate
letouzey
2008-05-16
BigNum: more reorganization, mainly moves GenXYZ to DoubleXYZ
letouzey
2008-05-15
Coq headers + $ in theories/Numbers files
letouzey
2008-05-07
Integration of theories/Ints into theories/Numbers, part 1: moving files
letouzey