aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* CompSpecType, a clone of CompSpec but in Type instead of PropGravatar letouzey2010-02-12
* Remove LocallySorted.v added by mistake at the root of the archiveGravatar letouzey2010-02-12
* Cleanup in Classes, removing unsupported code.Gravatar msozeau2010-02-11
* Documentation of the ! annotation for functor applicationGravatar letouzey2010-02-11
* ajout test de fied_simplify_eq inGravatar barras2010-02-10
* bug in field_simplify_eq inGravatar barras2010-02-10
* Min, Max: for avoiding inelegant NPeano.max printing, we Export this libGravatar letouzey2010-02-10
* bugs/.../1784.v: revert Matthieu's recent fix, since Program has been made co...Gravatar letouzey2010-02-10
* Euclidean division for NArithGravatar letouzey2010-02-10
* splitted -> splitGravatar glondu2010-02-10
* Fix [Existing Class] impl and add documentation. Fix computation of theGravatar msozeau2010-02-10
* Numbers: properties of min/max with respect to 0,S,P,add,sub,mulGravatar letouzey2010-02-09
* NPeano improved, subsumes NatOrderedTypeGravatar letouzey2010-02-09
* NSub: a missing lemma (sub usually decreases)Gravatar letouzey2010-02-09
* NBinary improved, contains more, subsumes NOrderedTypeGravatar letouzey2010-02-09
* ZBinary (impl of Numbers via Z) reworked, comes earlier, subsumes ZOrderedTypeGravatar letouzey2010-02-09
* DoubleCyclic + NMake : typeclasses, more genericity, less ML macro-generationGravatar letouzey2010-02-08
* Added a lazy evaluation of the composition of module substitutions. It improv...Gravatar soubiran2010-02-04
* fix commit 12706 + comments.Gravatar soubiran2010-02-03
* Small fix on module inclusion.Gravatar soubiran2010-02-02
* Update CHANGES, add documentation for new commands/tactics and do a bitGravatar msozeau2010-01-30
* Division in numbers: kills some Include to avoid bad alias Zsucc = ZDiv.Z.Z'.SGravatar letouzey2010-01-29
* minor change in test-suite/output/NumberSyntax.out: a BigN.t_ instead of BigN.tGravatar letouzey2010-01-29
* Remove bashismsGravatar glondu2010-01-28
* New command Declare Reduction <id> := <conv_expr>.Gravatar letouzey2010-01-28
* Fix previous commitGravatar notin2010-01-28
* Fix implicit_application for let-bound variables in the class context.Gravatar msozeau2010-01-28
* Typo in previous commitGravatar notin2010-01-28
* Correction du bug #2219: application du patch envoyé par F. GarillotGravatar notin2010-01-28
* Backport fixes in Instance declarations to Program Instance.Gravatar msozeau2010-01-28
* Support for generalized rewriting under dependent binders, using theGravatar msozeau2010-01-26
* Quick fix for references to section variables unbound in the currentGravatar msozeau2010-01-26
* Add [Next Obligation with tactic] support (wish #1953).Gravatar msozeau2010-01-26
* make init + NMake.v/NMake_gen.vGravatar notin2010-01-26
* Add -makecmd configure optionGravatar glondu2010-01-26
* NMake (and hence BigN): shiftr, shiftl now in the signature NSigGravatar letouzey2010-01-25
* NMake: several things need not be macro-generatedGravatar letouzey2010-01-25
* Ring31 : a ring structure and tactic for int31Gravatar letouzey2010-01-19
* NMake_gen: fix previous commit (some spaces were critical), remove some more ...Gravatar letouzey2010-01-19
* NMake_gen: no more spaces at end of linesGravatar letouzey2010-01-19
* Various bug fix on recent features of the module system:Gravatar soubiran2010-01-19
* More improvements of BigN, BigZ, BigQ:Gravatar letouzey2010-01-18
* BigN, BigZ, BigQ: presentation via unique module with both ops and propsGravatar letouzey2010-01-17
* Simplification of OrdersTac thanks to the functor application ! with no inlineGravatar letouzey2010-01-17
* Variant !F M for functor application that does not honor the Inline declarationsGravatar letouzey2010-01-17
* Report de la révision #12676Gravatar notin2010-01-15
* Fix uncaught exceptionGravatar vgross2010-01-14
* Document Local Declare ML ModuleGravatar glondu2010-01-14
* Avoid some more re-declarations of Equivalence instancesGravatar letouzey2010-01-14
* Rename Zbinary into Zdigit in order to avoid confusion with Numbers/.../ZBina...Gravatar letouzey2010-01-14