aboutsummaryrefslogtreecommitdiff
path: root/theories
AgeCommit message (Expand)Author
2008-05-26Int31 : gcd31 was wrongletouzey
2008-05-26Cyclic31: cleanup, 2 Admitted killed (6 remaining)letouzey
2008-05-23Cyclic31 : replace the ugly time-consuming brute-force proof by a reasonable ...letouzey
2008-05-23(Not completely finished) proofs that int31 integers fulfill the CyclicAxioms...letouzey
2008-05-22writing a match on a digit via syntax "if ... then ... else" is not a good id...letouzey
2008-05-22Proposition for a almost-bitsize-independent Int31.v (joint work with J. Voui...letouzey
2008-05-22QRewrite is now obsolete. It was containing manual ltac stuffletouzey
2008-05-22switch theories/Numbers from Set to Type (both the abstract and the bignum pa...letouzey
2008-05-19Minor improvement: group stuff about carry apart from stuff about zn2zletouzey
2008-05-19Thanks to Matthieu's commit 10941, Ad-hoc tactics contained in QRewrite are n...letouzey
2008-05-17ZModulo: Z viewed modulo 2^digits implements CyclicAxiomsletouzey
2008-05-17Fix a de Bruijn bug in setoid_rewrite when rewriting undermsozeau
2008-05-16Filename ZnZ (or Z_nZ in a later attempt) is neither pretty nor accurateletouzey
2008-05-16BigNum: more reorganization, mainly moves GenXYZ to DoubleXYZletouzey
2008-05-16ZTreeMod was meant to prove that BigZ correspond to the Integer Axioms.letouzey
2008-05-16More BigNum cleanup: letouzey
2008-05-15In practice, the new setoid rewrite (and the "at" syntax) allows to avoid letouzey
2008-05-15Coq headers + $ in theories/Numbers filesletouzey
2008-05-15Various fixes:msozeau
2008-05-12MAJ et bricoles diversesherbelin
2008-05-12- Add -unicode flag to coqtop (sets Flags.unicode_syntax). Used tomsozeau
2008-05-11- Cleanup parsing of binders, reducing to a single production for allmsozeau
2008-05-11- Changement du code de Zplus pour accomoder ring qui sinon prend uneherbelin
2008-05-09Backtrack sur la mise à disposition en standard de la notation [ x ; ... ; y ]herbelin
2008-05-08remove mention of an obsolete limitation of Add Morphismletouzey
2008-05-08Oups, my new version of NMake_gen.ml was relying on a 3.10 feature:letouzey
2008-05-08Integration of theories/Ints into theories/Numbers, again : better generation...letouzey
2008-05-08Integration of theories/Ints into theories/Numbers, part 3: auto-generation o...letouzey
2008-05-07Integration of theories/Ints into theories/Numbers, part 1: moving filesletouzey
2008-05-06Postpone the search for the recursive argument index from the user givenmsozeau
2008-05-05Backtrack commit 10887 (priorité des notations pour les signatures denotin
2008-05-05It seems more natural to put those operators at same level as "->"...glondu
2008-05-05Mise en place d'un algorithme d'inversion des contraintes de type lorsherbelin
2008-04-29Ajout notation [ x ; ... ; y ] dans list_scope. Changement de laherbelin
2008-04-29Fix eauto still using delta when it shouldn't (should make CoRN compilemsozeau
2008-04-28Backtrack on using metas eagerly in auto, only done in "new auto" formsozeau
2008-04-27Suite r10857herbelin
2008-04-27Report des quelques modifs faites avec Pierre Letouzey sur lesherbelin
2008-04-27- Fix bug in unification not taking into account the right metamsozeau
2008-04-26Debug implementation of failing tactics in Morphism to allow earliermsozeau
2008-04-25- Fix bug in eterm which was not taking filtered contexts in evars intomsozeau
2008-04-24- Add pretty-printers for Idpred, Cpred and transparent_state, used formsozeau
2008-04-23Prise en compte des coercions dans les clauses "with" même si le typeherbelin
2008-04-21- Correct unification for the rewrite variant of setoid_rewrite,msozeau
2008-04-21- Parameterize unification by two sets of transparent_state, one for openmsozeau
2008-04-20Work on the "occurrences" tactic argument. It is now possible to passmsozeau
2008-04-17Bug squashing day !msozeau
2008-04-17No compatibility notations for andb and co (this restore a correct Print output)letouzey
2008-04-17Prevent the apparition of &&& when printing a (if ... then ... else false)letouzey
2008-04-17Little fixes in setoid_rewrite.msozeau