aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2008-03-07Fix bug #1704 (ordering of condition goals for (setoid)rewrite). As partmsozeau
2008-03-06Plug the new setoid implemtation in, leaving the original one commentedmsozeau
2008-03-06Syntax changes in typeclasses, remove "?" for usual implicit argumentsmsozeau
2008-03-05Attempt of fix for extraction of modules typesletouzey
2008-03-01Rework on rich forms of rewriteletouzey
2008-02-27dead codeletouzey
2008-02-27typoletouzey
2008-02-26Proper implicit arguments handling for assumptionsmsozeau
2008-02-25Forgotten file in previous commitlmamane
2008-02-22Merge with lmamane's private branch:lmamane
2008-02-21congruence now knows about _ -> _corbinea
2008-02-18Petite correction suite à la révision 10571notin
2008-02-10Backport Program Instance into Instance. Proper early error message ifmsozeau
2008-02-09Solde de code mort et petites optimisations sur lesquels je suisherbelin
2008-02-08Change implementation of resolution for typeclasses to use a customizedmsozeau
2008-02-08New "Preterm [ of id ] " command to show the preterm before giving it tomsozeau
2008-02-08Backport code from command.ml to subtac_command.ml for defininingmsozeau
2008-02-06New algorithm to resolve morphisms, after discussion with Nicolasmsozeau
2008-02-01Beaoucoup de changements dans la representation interne des modules.soubiran
2008-02-01Unification de TacLetRecIn et TacLetIn. En particulier, on peutherbelin
2008-01-31Fix obvious syntax error. Forgot to recompile before commiting...msozeau
2008-01-31Finish let| implementation and document itmsozeau
2008-01-30Work on dependent induction tactic and friends, finish the test-suite examplemsozeau
2008-01-30Use new redefinition support for the default obligations tacticmsozeau
2008-01-29Correction du bug #1785notin
2008-01-22Récupération d'une exception Not_foundnotin
2008-01-20cosmetics: after an extract inductive to bool, let's use if then elseletouzey
2008-01-18Fix bug #1778, better typeclass error messages. Move Obligations Tactic to a ...msozeau
2008-01-18Change notation for setoid inequality, coerce objects before comparing them. ...msozeau
2008-01-17Add new LetPattern construct to replace dest. syntax: let| pat := t in b is b...msozeau
2008-01-15Generalize instance declarations to any context, better name handling. Add ho...msozeau
2008-01-09Correction of bug #1769jforest
2008-01-07Cleaner quantifiers for type classes, breaks clrewrite for the moment but imp...msozeau
2008-01-07Completion of 10427...herbelin
2008-01-04Add partial setoids in theories/Classes, add SetoidDec class for setoids with...msozeau
2007-12-31Fix name capture bug and call the right pretyper in subtac.msozeau
2007-12-31Merged revisions 10358-10362,10365,10371-10373,10377,10383-10384,10394-10395,...msozeau
2007-12-19Suppression de commentaires inutilesnotin
2007-12-06Plus de combinateurs sont passés de Util à Option. Le module Options aspiwack
2007-12-05Factorisation des opérations sur le type option de Util dans un module aspiwack
2007-11-27bug correction in functional inversion principle generationjforest
2007-11-26minor bug correction in Functionjforest
2007-11-21Extraction inlines Wf.Fix by default (wish of Y.Bertot)letouzey
2007-11-19Bug in functionnal induction principle generationjforest
2007-11-13Correcting a segfault on amd64 arch with native compiler of ocaml 3.10jforest
2007-11-09Nettoyage de Print Assumptions :aspiwack
2007-11-08Prise en compte des notations "alias" dans la globalisation des coercions.herbelin
2007-11-08setoid_ring/Ring_zdiv is moved to ZArith and renamed to ZOdiv_def. letouzey
2007-11-08small copy&paste bug in zify: some Pmult should be Nmultletouzey
2007-11-07Replaced BinNat with a new version that is based on theories/Numbers/Natural/...emakarov