aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-12Typo in error messageherbelin
2010-01-12MSets: Class Ok becomes a definition instead of an inductive (thanks Matthieu)letouzey
2010-01-12Added module sharing support for typeclasses and hints (pri_auto_tactic).soubiran
2010-01-12Numbers/.../NDefOps: one more property about ltbletouzey
2010-01-12Numbers: some more proofs about sub,add,le,lt for natural numbersletouzey
2010-01-12Numbers: two more Local Obligation Tacticletouzey
2010-01-12revert commit 12650 for the moment, since it breaks MSetAVLletouzey
2010-01-12Temporary fix to compensate the loss of descent on dependentherbelin
2010-01-11Revert "Isolation of proof-displaying code"vgross
2010-01-11Isolation of proof-displaying codevgross
2010-01-11Support "Local Obligation Tactic" (now the default in sections).msozeau
2010-01-08Numbers: BigN and BigZ get instantiations of all properties about div and modletouzey
2010-01-08* Segmenttree: New. A very simple implementation of segment trees.regisgia
2010-01-08Numbers: axiomatization + generic properties of abs and sgn.letouzey
2010-01-08Init/Logic: commutativity and associativity of /\ and \/letouzey
2010-01-08NZAxioms plus a compare allows to build an OrderedTypeletouzey
2010-01-07Nicer names: DecidableType2* --> Equalities*, OrderedType2* --> Orders*letouzey
2010-01-07Include can accept both Module and Module Typeletouzey
2010-01-07Numbers: separation of funs, notations, axioms. Notations via module, without...letouzey
2010-01-07Rework of GenericMinMax: new axiomatic, split logical/decidable parts, Leibni...letouzey
2010-01-07MSetInterface: more modularityletouzey
2010-01-07OrderTac: use TotalOrder, no more "change" before calling "order" (stuff with...letouzey
2010-01-07DecidableType2+OrderedType2 : notations in specific Module Type, slicing of O...letouzey
2010-01-07misc improvements in some Structures filesletouzey
2010-01-07MSetAVL: hints made local since some of them are quite violent (transitivity)letouzey
2010-01-06Allowed handling of partly-applied record constructors. (Fix for bug #2196.)gmelquio
2010-01-06Patch on subtyping check of opaque constants.soubiran
2010-01-06"by" becomes officially a reserved keyword of Coq (fixes "rewrite ... at ... ...letouzey
2010-01-05Numbers abstract layer: more Module Type, used especially for divisions.letouzey
2010-01-05use TIMECMD instead of TIME in makefile (unix cmd time reads its format in TIME)letouzey
2010-01-05Zdiv seen as a quasi-instantation of generic ZDivFloor from theories/Numbersletouzey
2010-01-05Avoid declaring hints about refl/sym/trans of eq in DecidableType2letouzey
2010-01-05Division in Numbers: proofs with less auto (less sensitive to hints, in parti...letouzey
2010-01-05Division in Numbers: factorisation of signaturesletouzey
2010-01-04Specific syntax for Instances in Module Type: Declare Instanceletouzey
2010-01-04Few misc. updates.herbelin
2010-01-04Errors issued by reduction tactics (e.g. pattern) were not caught by "try".herbelin
2010-01-04The following script was rasing an errorsoubiran
2010-01-02Fix bug in last commit, missing a substitution call.msozeau
2010-01-01Fix handling of instance declarations in presence of let-ins (bugmsozeau
2009-12-30Regression test for bug #2145 (Groebner failing with "not eq" hypotheses).herbelin
2009-12-30Fixing bug #2156 (non positive occurrence error message displayed "Rel"'s).herbelin
2009-12-30Fixing bug #2193: computation of dependencies in the "match" returnherbelin
2009-12-30Fixing bug #2146 (broken selection of occurrences in "change").herbelin
2009-12-29Renouncing to have the option "Automatic Introduction" on by default.herbelin
2009-12-29Improving descend_in_conjunctions (using a combinators instead of a tactic)herbelin
2009-12-29Fixing precedence while printing patterns in Ltac (was modified in r12607)herbelin
2009-12-28Safer, though ad hoc, approach to re-interpretation of the argument ofherbelin
2009-12-27Fix "Existing Instance" to handle globality information and "Existingmsozeau
2009-12-24In "simpl c" and "change c with d", c can be a pattern.herbelin