aboutsummaryrefslogtreecommitdiff
path: root/theories
AgeCommit message (Expand)Author
2011-02-10local variables can have implicits locallypboutill
2011-02-10Data structure telling implicits of local variables is a map in thepboutill
2011-01-31A fine-grain control of inlining at functor application via priority levelsletouzey
2011-01-28Remove the "Boxed" syntaxes and the const_entry_boxed fieldletouzey
2011-01-20Numbers: simplier spec for testbitletouzey
2011-01-11Add [Typeclasses Debug] option that respects backtracking, solvemsozeau
2011-01-06s/appartness/membership/g (Closes: #2470)glondu
2011-01-04Ndigits: a Pshiftl_nat used in BigN (was double_digits there)letouzey
2011-01-04f_equiv : a clone of f_equal that handles setoid equivalencesletouzey
2011-01-03Numbers: some improvements in proofsletouzey
2010-12-17NPeano.modulo : another trick a la "minus" for having a decreasing argletouzey
2010-12-17Cosmetic : let's take advantage of the n-ary exists notationletouzey
2010-12-17Nicer log2 function for nat (suggested by Hugo)letouzey
2010-12-12Sorry for the mistake in r13702pboutill
2010-12-10First release of Vector library.pboutill
2010-12-09In passing, very quick uniformization of coqdoc headers in a few files.herbelin
2010-12-09ZArith: for uniformity, Zdiv2 becomes Zquot2 while Zdiv2' becomes Zdiv2letouzey
2010-12-06Numbers and bitwise functions.letouzey
2010-12-04Fixing coqdoc pretty-printing of a table in Mergesort. Incidentally,herbelin
2010-11-18Some more revision of {P,N,Z}Arith + bitwise ops in Ndigitsletouzey
2010-11-18NZSqrt: we define sqrt_up, a square root that rounds up instead of down as sqrtletouzey
2010-11-18NZLog: we define log2_up, a base-2 logarithm that rounds up instead of down a...letouzey
2010-11-16Division: avoid imposing rem as an infix keyword in Z_scope and bigZ_scope.letouzey
2010-11-10Oups, fix last commit, a missing file in a vo.itargetletouzey
2010-11-10Integer division: quot and rem (trunc convention) in addition to div and modletouzey
2010-11-05Numbers: axiomatization, properties and implementations of gcdletouzey
2010-11-02Add small utility lemmas about nat/P/Z/Q arithmetic.letouzey
2010-11-02NZSqrt : since spec is complete, no need for morphism axiom sqrt_wdletouzey
2010-11-02NZLog : since spec is complete, no need for morphism axiom log2_wdletouzey
2010-11-02Numbers: misc improvementsletouzey
2010-11-02Numbers : log2. Abstraction, properties and implementations.letouzey
2010-11-02NArith: a log2 functionletouzey
2010-11-02NPeano: A log2 function for natletouzey
2010-11-02Numbers: specs about sqrt and pow of neg numbers, even in NZletouzey
2010-11-02Numbers: NZPowProp as a Module Type, some module variable renamingletouzey
2010-11-02Move stuff about positive into a distinct PArith subdirletouzey
2010-10-23Used multiple lists of implicit arguments to transfer the choices ofherbelin
2010-10-22FMapFacts: typo noticed by Aaronletouzey
2010-10-22Still another Open Scope than should be Localletouzey
2010-10-21Solve name conflict about pow introduced by commit 13546.letouzey
2010-10-20Oups, new file Zsqrt_def was exporting Z_scopeletouzey
2010-10-19Numbers: no need for advanced functions (e.g. sqrt) in NStrongRec, NDefOps, etcletouzey
2010-10-19Add sqrt in Numbersletouzey
2010-10-14Numbers : also axiomatize constants 1 and 2.letouzey
2010-10-14Numbers: new functions pow, even, odd + many reorganisationsletouzey
2010-10-14Zeven: some complements, e.g. proofs that Zeven_bool and co are okletouzey
2010-10-14NArith: add some functions Neven and Noddletouzey
2010-10-14NArith: Definition of a Npow power functionletouzey
2010-10-03Using multiple lists of implicit arguments in Program for preservingherbelin
2010-09-28Minor fixes of 'make doc'pboutill