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
/
NZDiv.v
Commit message (
Expand
)
Author
Age
*
Numbers and bitwise functions.
letouzey
2010-12-06
*
Integer division: quot and rem (trunc convention) in addition to div and mod
letouzey
2010-11-10
*
Numbers: NZPowProp as a Module Type, some module variable renaming
letouzey
2010-11-02
*
Numbers : also axiomatize constants 1 and 2.
letouzey
2010-10-14
*
Numbers: new functions pow, even, odd + many reorganisations
letouzey
2010-10-14
*
Updated all headers for 8.3 and trunk
herbelin
2010-07-24
*
Reverted 13293 commited mistakenly. Sorry for the noise.
herbelin
2010-07-18
*
Tentative de suppression de l'import automatique des hints et coercions.
herbelin
2010-07-18
*
Division in numbers: kills some Include to avoid bad alias Zsucc = ZDiv.Z.Z'.S
letouzey
2010-01-29
*
Numbers: BigN and BigZ get instantiations of all properties about div and mod
letouzey
2010-01-08
*
Numbers: separation of funs, notations, axioms. Notations via module, without...
letouzey
2010-01-07
*
"by" becomes officially a reserved keyword of Coq (fixes "rewrite ... at ... ...
letouzey
2010-01-06
*
Numbers abstract layer: more Module Type, used especially for divisions.
letouzey
2010-01-05
*
Avoid declaring hints about refl/sym/trans of eq in DecidableType2
letouzey
2010-01-05
*
Division in Numbers: proofs with less auto (less sensitive to hints, in parti...
letouzey
2010-01-05
*
Division in Numbers: factorisation of signatures
letouzey
2010-01-05
*
Specific syntax for Instances in Module Type: Declare Instance
letouzey
2010-01-04
*
Division in Numbers: more properties proved (still W.I.P.)
letouzey
2009-12-16
*
A generic euclidean division in Numbers (Still Work-In-Progress)
letouzey
2009-12-15