aboutsummaryrefslogtreecommitdiff
path: root/theories
AgeCommit message (Expand)Author
2011-04-28Fixing an "apply -> ... in hyp" bug (the hyp was considered as a fixedherbelin
2011-04-24Fixed a bug of destruct which was sometimes forgetting local definitions behi...herbelin
2011-04-18Fix generated script for NMake, a rewrite necessitates full conversion formsozeau
2011-04-13- Improve unification (beta-reduction, and same heuristic as evarconv for red...msozeau
2011-04-13Fix scripts relying on unification not doing any beta reduction.msozeau
2011-04-13Unify meta types with the right flags, add betaiotazeta reduction to unificat...msozeau
2011-04-08A module out of Program to have list notations (bug 2463)pboutill
2011-03-30Cyclic: a small optimisation with nice effect on BigN.mul (thinks Benjamin)letouzey
2011-03-23- Fix solve_simpl_eqn which was cheking instances types in the wrong environm...msozeau
2011-03-21Init: some results in Type should rather be Defined than Qedletouzey
2011-03-17CompareSpec: a slight generalization/reformulation of CompSpecletouzey
2011-03-13- Add modulo_delta_types flag for unification to allow fullmsozeau
2011-03-11Inference of match predicate produces ill-typed unification problem,msozeau
2011-03-10ZBits,ZdivEucl,ZDivFloor: a few lemmas with weaker preconditionsletouzey
2011-03-04Simplify proofs in Permutation using generalized rewriting.msozeau
2011-02-28- Allow rewriting under abitrary products, not just those in Prop.msozeau
2011-02-28Add a flag to hide obligations in Program-generated terms under anmsozeau
2011-02-23BigQ : setting correct arguments scopesletouzey
2011-02-17In Program obligation, do not use auto on non-proposition goals bymsozeau
2011-02-17- Use transparency information all the way through unification andmsozeau
2011-02-16Fix compilation issues.msozeau
2011-02-14- Fix treatment of globality flag for typeclass instance hints (theymsozeau
2011-02-11An automatic substitution of scope at functor applicationletouzey
2011-02-11Annotations at functor applications:letouzey
2011-02-10Remove obsolete TheoryListglondu
2011-02-10Vectors fully use implicit argumentspboutill
2011-02-10Fixpoints are traverse during implicits arguments search to toplevelpboutill
2011-02-10Interp a definition with the implicit arguments of its local contextpboutill
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