aboutsummaryrefslogtreecommitdiff
path: root/theories
AgeCommit message (Expand)Author
2010-02-10Fix [Existing Class] impl and add documentation. Fix computation of themsozeau
2010-02-09Numbers: properties of min/max with respect to 0,S,P,add,sub,mulletouzey
2010-02-09NPeano improved, subsumes NatOrderedTypeletouzey
2010-02-09NSub: a missing lemma (sub usually decreases)letouzey
2010-02-09NBinary improved, contains more, subsumes NOrderedTypeletouzey
2010-02-09ZBinary (impl of Numbers via Z) reworked, comes earlier, subsumes ZOrderedTypeletouzey
2010-02-08DoubleCyclic + NMake : typeclasses, more genericity, less ML macro-generationletouzey
2010-01-30Update CHANGES, add documentation for new commands/tactics and do a bitmsozeau
2010-01-29Division in numbers: kills some Include to avoid bad alias Zsucc = ZDiv.Z.Z'.Sletouzey
2010-01-26Support for generalized rewriting under dependent binders, using themsozeau
2010-01-26Add [Next Obligation with tactic] support (wish #1953).msozeau
2010-01-25NMake (and hence BigN): shiftr, shiftl now in the signature NSigletouzey
2010-01-25NMake: several things need not be macro-generatedletouzey
2010-01-19Ring31 : a ring structure and tactic for int31letouzey
2010-01-19NMake_gen: fix previous commit (some spaces were critical), remove some more ...letouzey
2010-01-19NMake_gen: no more spaces at end of linesletouzey
2010-01-18More improvements of BigN, BigZ, BigQ:letouzey
2010-01-17BigN, BigZ, BigQ: presentation via unique module with both ops and propsletouzey
2010-01-17Simplification of OrdersTac thanks to the functor application ! with no inlineletouzey
2010-01-14Avoid some more re-declarations of Equivalence instancesletouzey
2010-01-14Rename Zbinary into Zdigit in order to avoid confusion with Numbers/.../ZBina...letouzey
2010-01-13Try to avoid re-declaring Equivalence, especially for Logic.eqletouzey
2010-01-12GenericMinMax: still a min_case_strong with hypothesis in the wrong orderletouzey
2010-01-12MSets: Class Ok becomes a definition instead of an inductive (thanks Matthieu)letouzey
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-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-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-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-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
2009-12-19Backtrack on making exact hints for lemmas starting with productsmsozeau