| Commit message (Expand) | Author | Age |
* | Modularization of BinInt, related fixes in the stdlib | letouzey | 2011-05-05 |
* | Modularization of BinNat + fixes of stdlib | letouzey | 2011-05-05 |
* | Modularization of BinPos + fixes in Stdlib | letouzey | 2011-05-05 |
* | CompareSpec: a slight generalization/reformulation of CompSpec | letouzey | 2011-03-17 |
* | - Add modulo_delta_types flag for unification to allow full | msozeau | 2011-03-13 |
* | Fix compilation issues. | msozeau | 2011-02-16 |
* | - Fix treatment of globality flag for typeclass instance hints (they | msozeau | 2011-02-14 |
* | A fine-grain control of inlining at functor application via priority levels | letouzey | 2011-01-31 |
* | Numbers and bitwise functions. | letouzey | 2010-12-06 |
* | Integer division: quot and rem (trunc convention) in addition to div and mod | letouzey | 2010-11-10 |
* | Numbers: NZPowProp as a Module Type, some module variable renaming | letouzey | 2010-11-02 |
* | Reverted 13293 commited mistakenly. Sorry for the noise. | herbelin | 2010-07-18 |
* | Tentative de suppression de l'import automatique des hints et coercions. | herbelin | 2010-07-18 |
* | FSetPositive: sets of positive inspired by FMapPositive. | letouzey | 2010-07-16 |
* | Bool: iff lemmas about or, a reflect inductive, an is_true function | letouzey | 2010-07-10 |
* | Remove the svn-specific $Id$ annotations | letouzey | 2010-04-29 |
* | Uniformisation Sorting/Mergesort and Structures/Orders | letouzey | 2010-02-16 |
* | CompSpecType, a clone of CompSpec but in Type instead of Prop | letouzey | 2010-02-12 |
* | NPeano improved, subsumes NatOrderedType | letouzey | 2010-02-09 |
* | NBinary improved, contains more, subsumes NOrderedType | letouzey | 2010-02-09 |
* | ZBinary (impl of Numbers via Z) reworked, comes earlier, subsumes ZOrderedType | letouzey | 2010-02-09 |
* | BigN, BigZ, BigQ: presentation via unique module with both ops and props | letouzey | 2010-01-17 |
* | Simplification of OrdersTac thanks to the functor application ! with no inline | letouzey | 2010-01-17 |
* | Try to avoid re-declaring Equivalence, especially for Logic.eq | letouzey | 2010-01-13 |
* | GenericMinMax: still a min_case_strong with hypothesis in the wrong order | letouzey | 2010-01-12 |
* | Nicer names: DecidableType2* --> Equalities*, OrderedType2* --> Orders* | letouzey | 2010-01-07 |
* | Include can accept both Module and Module Type | letouzey | 2010-01-07 |
* | Numbers: separation of funs, notations, axioms. Notations via module, without... | letouzey | 2010-01-07 |
* | Rework of GenericMinMax: new axiomatic, split logical/decidable parts, Leibni... | letouzey | 2010-01-07 |
* | OrderTac: use TotalOrder, no more "change" before calling "order" (stuff with... | letouzey | 2010-01-07 |
* | DecidableType2+OrderedType2 : notations in specific Module Type, slicing of O... | letouzey | 2010-01-07 |
* | misc improvements in some Structures files | letouzey | 2010-01-07 |
* | Avoid declaring hints about refl/sym/trans of eq in DecidableType2 | letouzey | 2010-01-05 |
* | Specific syntax for Instances in Module Type: Declare Instance | letouzey | 2010-01-04 |
* | RelationPairs: stop loading it in all Numbers, stop maximal args with fst/snd | letouzey | 2009-12-18 |
* | Reverse order of arguments in min_case_strong for better uniformity (and comp... | letouzey | 2009-12-17 |
* | Factorisation between Makefile and ocamlbuild systems : .vo to compile are in... | letouzey | 2009-12-09 |
* | No more specific syntax "Include Self" for inclusion of partially-applied fun... | letouzey | 2009-12-07 |
* | Minor fixes in typeclasses, avoiding repeated evar normalizations. | msozeau | 2009-11-24 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | FSetCompat: a compatibility wrapper between FSets and MSets | letouzey | 2009-10-20 |