index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
theories
/
Numbers
/
Cyclic
/
DoubleCyclic
/
DoubleDiv.v
Age
Commit message (
Expand
)
Author
2017-06-13
BigNums: remove files about BigN,BigZ,BigQ (now in an separate git repo)
Pierre Letouzey
2016-01-20
Update copyright headers.
Maxime Dénès
2015-01-12
Update headers.
Maxime Dénès
2014-12-15
Failing on unbound notation variable in notation level modifiers
Hugo Herbelin
2014-10-01
Simpl less (so that cbn will not simpl too much)
Pierre Boutillier
2014-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2012-08-08
Updating headers.
herbelin
2012-07-05
ZArith + other : favor the use of modern names instead of compat notations
letouzey
2011-01-04
Ndigits: a Pshiftl_nat used in BigN (was double_digits there)
letouzey
2010-07-24
Updated all headers for 8.3 and trunk
herbelin
2010-04-29
Remove the svn-specific $Id$ annotations
letouzey
2010-02-08
DoubleCyclic + NMake : typeclasses, more genericity, less ML macro-generation
letouzey
2009-11-10
Simplification of Numbers, mainly thanks to Include
letouzey
2009-10-08
Init/Tactics.v: tactic with nicer name 'exfalso' for 'elimtype False'
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
BigNum: more reorganization, mainly moves GenXYZ to DoubleXYZ
letouzey