aboutsummaryrefslogtreecommitdiff
path: root/theories
AgeCommit message (Expand)Author
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
2009-12-18RelationPairs: stop loading it in all Numbers, stop maximal args with fst/sndletouzey
2009-12-17ZOdiv: fully use generic properties from ZDivTrunc.vletouzey
2009-12-17Reverse order of arguments in min_case_strong for better uniformity (and comp...letouzey
2009-12-17Division in Numbers : more properties, new filenames based on a paper by R. B...letouzey
2009-12-16Division in Numbers: more properties proved (still W.I.P.)letouzey
2009-12-15A generic euclidean division in Numbers (Still Work-In-Progress)letouzey
2009-12-13Addition of mergesort + cleaning of the Sorting libraryherbelin
2009-12-10NZDomain: investigation of the shape of NZ domain, more results about ofnat:n...letouzey
2009-12-09Factorisation between Makefile and ocamlbuild systems : .vo to compile are in...letouzey
2009-12-08Fix the build of coq via ocamlbuildletouzey
2009-12-08integrate MSetToFiniteSet into the compilation (and fix it)letouzey
2009-12-07No more specific syntax "Include Self" for inclusion of partially-applied fun...letouzey
2009-12-06Forgot a file in last commit.msozeau
2009-12-06Fix anomaly when using typeclass resolution with filtered hyps in evars.msozeau
2009-12-03Rename proper to proper_prf to avoid clash with CoRN, msozeau
2009-12-01Fix make_exact_entry to allow applying [forall x, P x] hints directly,msozeau
2009-11-30Fix backtracking heuristic in typeclass resolution. msozeau
2009-11-27Added support for definition of fixpoints using tactics.herbelin
2009-11-24Minor fixes in typeclasses, avoiding repeated evar normalizations.msozeau
2009-11-24Small extra result on JMeq vs eq_dep.herbelin
2009-11-18Diamond-shape instead of linear hiearchy in Numbers/NatIntletouzey
2009-11-18Module subtyping : allow many <: and module type declaration with <:letouzey
2009-11-16New syntax <+ for chains of Include (or Include Type) (or Include Self (Type))letouzey
2009-11-16Taking advantage of the new "Include Self Type" in DecidableType2 and NZAxiomsletouzey
2009-11-16Some lemmas about dependent choice + extensions of Compare_dec +herbelin
2009-11-15Document Generalizable Variables, and change syntax to msozeau
2009-11-15Fix [Instance: forall ..., C args := t] declarations to behave asmsozeau
2009-11-12BigQ / BigN / BigZ syntax and scope improvements (sequel to 12504)letouzey
2009-11-12Repair interpretation of numeral for BigQ, add a printer (close #2160)letouzey
2009-11-11Better compatibility for Peqbletouzey
2009-11-11Improving abbreviations/notations + backtrack of semantic change in r12439herbelin
2009-11-10SpecViaZ.NSig: all-in-one spec for [pred] and [sub] based on ZMaxletouzey
2009-11-10Simplification of Numbers, mainly thanks to Includeletouzey