index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
theories
/
Numbers
/
Cyclic
/
Abstract
/
CyclicAxioms.v
Age
Commit message (
Expand
)
Author
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-11-16
Enforcing a stronger difference between the two syntaxes "simpl
Hugo Herbelin
2014-10-11
Revert d0cd27e209be08ee51a2d609157367f053438a10: giving a different name
Matthieu Sozeau
2014-10-10
Give the same argument name for the record binder of type class
Matthieu Sozeau
2014-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2012-08-11
fast bitwise operations (lor,land,lxor) on int31 and BigN
letouzey
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-03-30
Cyclic: a small optimisation with nice effect on BigN.mul (thinks Benjamin)
letouzey
2010-12-10
First release of Vector library.
pboutill
2010-07-24
Updated all headers for 8.3 and trunk
herbelin
2010-06-28
Fix compilation by replacing some "auto with zarith" with "ring"
glondu
2010-04-29
Remove the svn-specific $Id$ annotations
letouzey
2010-02-08
DoubleCyclic + NMake : typeclasses, more genericity, less ML macro-generation
letouzey
2010-01-19
Ring31 : a ring structure and tactic for int31
letouzey
2009-11-10
Simplification of Numbers, mainly thanks to Include
letouzey
2009-09-17
Delete trailing whitespaces in all *.{v,ml*} files
glondu
2008-05-28
CyclicAxioms: after discussion with Laurent, znz_WW and variants are
letouzey
2008-05-22
switch theories/Numbers from Set to Type (both the abstract and the bignum pa...
letouzey
2008-05-17
ZModulo: Z viewed modulo 2^digits implements CyclicAxioms
letouzey
2008-05-16
Filename ZnZ (or Z_nZ in a later attempt) is neither pretty nor accurate
letouzey