aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib
Commit message (Expand)AuthorAge
* Prise en compte des notations "alias" dans la globalisation des coercions.Gravatar herbelin2007-11-08
* setoid_ring/Ring_zdiv is moved to ZArith and renamed to ZOdiv_def. Gravatar letouzey2007-11-08
* small copy&paste bug in zify: some Pmult should be NmultGravatar letouzey2007-11-08
* Replaced BinNat with a new version that is based on theories/Numbers/Natural/...Gravatar emakarov2007-11-07
* small tactics "swap" and "absurd_hyp" are now obsolete: "contradict" is Gravatar letouzey2007-11-06
* bugs dpGravatar filliatr2007-11-06
* useless Require Export ExtractionGravatar letouzey2007-11-06
* Fix bug#1739Gravatar msozeau2007-11-04
* Cleaning code and comment.Gravatar courtieu2007-10-30
* small fix of commit 10188: a string given via Extract Inductive can be emptyGravatar letouzey2007-10-25
* Added NIso.v to Makefile.common. Changed Examples.v in contrib/micromega to u...Gravatar emakarov2007-10-25
* Fix define body bug fixGravatar msozeau2007-10-24
* Fix define body bugGravatar msozeau2007-10-24
* Fix some bugs, add possibility of automatically solving a proof statement's o...Gravatar msozeau2007-10-24
* An error message instead of an empty extraction when the monolithic Gravatar letouzey2007-10-21
* Avoid the auto-inlining of small fixpoints like List.map.Gravatar letouzey2007-10-21
* Changed RingMicromega to use NRing instead of Ring_polynom. NRing is a versio...Gravatar emakarov2007-10-18
* added generation from trivial patterns for congruenceGravatar corbinea2007-10-18
* Repair Haskell/Scheme extraction in the new extraction backend design: Gravatar letouzey2007-10-17
* Major reorganisation of the extraction "backend".Gravatar letouzey2007-10-17
* Fixed congruence instance generator + changed default depth to 1000Gravatar corbinea2007-10-16
* Added transitivity and irreflexivity of <, as well as < -elimination for bina...Gravatar emakarov2007-10-16
* Extraction now checks that the required libraries are indeed loaded (bug #1144)Gravatar letouzey2007-10-09
* forbid extraction under a module typeGravatar letouzey2007-10-09
* Extract Inline/Inductive/Constant can now be used from inside a moduleGravatar letouzey2007-10-09
* Better use of tables for storing results of extract_ind (bug #1709)Gravatar letouzey2007-10-08
* Allowing infix constructors/types in a Extract InductiveGravatar letouzey2007-10-06
* Extraction: factorisation of identical branches in a matchGravatar letouzey2007-10-06
* Ajout de eelim, ecase, edestruct et einduction (expérimental).Gravatar herbelin2007-10-03
* Complément nécessaire aux révisions 10156 et 10157Gravatar herbelin2007-10-01
* Modification of the Scheme command.Gravatar vsiles2007-09-28
* curpat_ty was in a smaller contextGravatar msozeau2007-09-21
* Changed the definition of Nminus in BinNat.v by removing comparison.Gravatar emakarov2007-09-20
* Raffinement de l'algorithme d'inférence de typeGravatar herbelin2007-09-17
* * Adding compability with ocaml 3.10 + camlp5 (rework of Gravatar letouzey2007-09-15
* Correction du bug #1679 (congruence) et ajout test-suiteGravatar corbinea2007-09-14
* errors in recdef.ml4:Gravatar bertot2007-09-06
* this should fix a problem described in a message by Dufourd on July 30th, 2007Gravatar bertot2007-09-06
* fin de la correction de FunctionGravatar jforest2007-08-31
* correction bug d'efficacite dans FunctionGravatar jforest2007-08-31
* Oubli dans commit 10102...Gravatar herbelin2007-08-30
* - Débogueur: positionnement de set_detype_anonymous pour ne pasGravatar herbelin2007-08-29
* Oubli dans la révision 10098 (nettoyage body_of_type)Gravatar herbelin2007-08-27
* Suppression des type_app et body_of_type qui alourdissent inutilement le codeGravatar herbelin2007-08-27
* Fix bug on wellfounded defs with constant parameters and dependencies on the ...Gravatar msozeau2007-08-26
* Fix de Bruijn bug in wf definitions.Gravatar msozeau2007-08-26
* Fix evars bug in mutual fixpoints with implicit types and bug in inequalities...Gravatar msozeau2007-08-26
* Correction du bug #1680: ajout d'un champ avoid_ids dans interp_sign;Gravatar notin2007-08-16
* Fix dependency bugs due to Program modules renamings.Gravatar msozeau2007-08-08
* Move Program tactics into a proper theories/ directory as they are general pu...Gravatar msozeau2007-08-07