| Commit message (Expand) | Author | Age |
* | Fix backtracking heuristic in typeclass resolution. | msozeau | 2009-11-30 |
* | Added support for definition of fixpoints using tactics. | herbelin | 2009-11-27 |
* | Minor fixes in typeclasses, avoiding repeated evar normalizations. | msozeau | 2009-11-24 |
* | Small extra result on JMeq vs eq_dep. | herbelin | 2009-11-24 |
* | Diamond-shape instead of linear hiearchy in Numbers/NatInt | letouzey | 2009-11-18 |
* | Module subtyping : allow many <: and module type declaration with <: | letouzey | 2009-11-18 |
* | New syntax <+ for chains of Include (or Include Type) (or Include Self (Type)) | letouzey | 2009-11-16 |
* | Taking advantage of the new "Include Self Type" in DecidableType2 and NZAxioms | letouzey | 2009-11-16 |
* | Some lemmas about dependent choice + extensions of Compare_dec + | herbelin | 2009-11-16 |
* | Document Generalizable Variables, and change syntax to | msozeau | 2009-11-15 |
* | Fix [Instance: forall ..., C args := t] declarations to behave as | msozeau | 2009-11-15 |
* | BigQ / BigN / BigZ syntax and scope improvements (sequel to 12504) | letouzey | 2009-11-12 |
* | Repair interpretation of numeral for BigQ, add a printer (close #2160) | letouzey | 2009-11-12 |
* | Better compatibility for Peqb | letouzey | 2009-11-11 |
* | Improving abbreviations/notations + backtrack of semantic change in r12439 | herbelin | 2009-11-11 |
* | SpecViaZ.NSig: all-in-one spec for [pred] and [sub] based on ZMax | letouzey | 2009-11-10 |
* | Simplification of Numbers, mainly thanks to Include | letouzey | 2009-11-10 |
* | DecidableType: A specification via boolean equality as an alternative to eq_dec | letouzey | 2009-11-10 |
* | Restructuration of command.ml + generic infrastructure for inductive schemes | herbelin | 2009-11-08 |
* | Use generalizable variables info when internalizing arbitrary bindings, | msozeau | 2009-11-08 |
* | Datatypes.length and app defined back via fun+fix instead of Fixpoint | letouzey | 2009-11-06 |
* | Numbers: finish files NStrongRec and NDefOps | letouzey | 2009-11-06 |
* | Numbers: more (syntactic) changes toward new style of type classes | letouzey | 2009-11-06 |
* | Numbers: start using Classes stuff, Equivalence, Proper, Instance, etc | letouzey | 2009-11-03 |
* | ROrderedType + Rminmax : Coq's Reals can be seen as OrderedType. | letouzey | 2009-11-03 |
* | Better visibility of the inductive CompSpec used to specify comparison functions | letouzey | 2009-11-03 |
* | OrderedType implementation for various numerical datatypes + min/max structures | letouzey | 2009-11-03 |
* | List + SetoidList : some cleanup around predicates Exists, Forall, Forall2, F... | letouzey | 2009-11-02 |
* | Remove various useless {struct} annotations | letouzey | 2009-11-02 |
* | Added alternate versions of existing lemmas on sqrt. | gmelquio | 2009-11-02 |
* | Sorting/Permutation: no need to require the whole Arith (and hence plugins li... | letouzey | 2009-11-02 |
* | Operators_Properties: avoid to depend on Setoid | letouzey | 2009-11-02 |
* | list, length, app are migrated from List to Datatypes | letouzey | 2009-11-02 |
* | Fix flat_map definition so that it plays nicely with fix | glondu | 2009-10-29 |
* | Integrate a few improvements on typeclasses and Program from the equations br... | msozeau | 2009-10-28 |
* | Add a new vernacular command for controling implicit generalization of | msozeau | 2009-10-27 |
* | Improved the treatment of Local/Global options (noneffective Local on | herbelin | 2009-10-25 |
* | Fix new instances that could easily make class resolution loop on | msozeau | 2009-10-22 |
* | MSetInterface: some explicit types to avoid Raw.t-instead-of-t effect | letouzey | 2009-10-21 |
* | FSetCompat: a compatibility wrapper between FSets and MSets | letouzey | 2009-10-20 |
* | Merge SetoidList2 into SetoidList: forgotten reference to the removed file | letouzey | 2009-10-19 |
* | Merge SetoidList2 into SetoidList. | letouzey | 2009-10-19 |
* | OrderedType2 : trivial lemmas are turned into tests for order. | letouzey | 2009-10-16 |
* | Structure/OrderTac.v : highlight the "order" tactic by isolating it from FSet... | letouzey | 2009-10-16 |
* | MSetInterface: (W)Raw2Sets splitted in 2 (helps a future commit by Elie) | letouzey | 2009-10-15 |
* | OrderedType2.order is slightly weaker since last commit, adapt accordingly | letouzey | 2009-10-15 |
* | OrderedType2.order : fix the last fix (a fail at the wrong place) | letouzey | 2009-10-15 |
* | Typo in last commit | letouzey | 2009-10-14 |
* | Improved tactic "order" in OrderedType | letouzey | 2009-10-14 |
* | Made implicit arguments of Operators_Properties.v local | herbelin | 2009-10-13 |