aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib
Commit message (Expand)AuthorAge
* trying fGravatar courtieu2008-03-13
* tactique Gappa : mise en placeGravatar filliatr2008-03-11
* Une passe sur l'unification des evars (suite aux commits 10124, 10125, 10145)Gravatar herbelin2008-03-10
* Fix compilation problem and finish little cleanup.Gravatar msozeau2008-03-10
* Fix a few bugs in Program: use user-given typing constraints forGravatar msozeau2008-03-09
* correction d'un bug d'efficacite dans Function (+ ajout de eauto_with_bases)Gravatar jforest2008-03-08
* f_equal, revert, specialize in ML, contradict in better Ltac (+doc)Gravatar letouzey2008-03-07
* Fix bug #1704 (ordering of condition goals for (setoid)rewrite). As partGravatar msozeau2008-03-07
* Plug the new setoid implemtation in, leaving the original one commentedGravatar msozeau2008-03-06
* Syntax changes in typeclasses, remove "?" for usual implicit argumentsGravatar msozeau2008-03-06
* Attempt of fix for extraction of modules typesGravatar letouzey2008-03-05
* Rework on rich forms of rewriteGravatar letouzey2008-03-01
* dead codeGravatar letouzey2008-02-27
* typoGravatar letouzey2008-02-27
* Proper implicit arguments handling for assumptionsGravatar msozeau2008-02-26
* Forgotten file in previous commitGravatar lmamane2008-02-25
* Merge with lmamane's private branch:Gravatar lmamane2008-02-22
* congruence now knows about _ -> _Gravatar corbinea2008-02-21
* Petite correction suite à la révision 10571Gravatar notin2008-02-18
* Backport Program Instance into Instance. Proper early error message ifGravatar msozeau2008-02-10
* Solde de code mort et petites optimisations sur lesquels je suisGravatar herbelin2008-02-09
* Change implementation of resolution for typeclasses to use a customizedGravatar msozeau2008-02-08
* New "Preterm [ of id ] " command to show the preterm before giving it toGravatar msozeau2008-02-08
* Backport code from command.ml to subtac_command.ml for defininingGravatar msozeau2008-02-08
* New algorithm to resolve morphisms, after discussion with NicolasGravatar msozeau2008-02-06
* Beaoucoup de changements dans la representation interne des modules.Gravatar soubiran2008-02-01
* Unification de TacLetRecIn et TacLetIn. En particulier, on peutGravatar herbelin2008-02-01
* Fix obvious syntax error. Forgot to recompile before commiting...Gravatar msozeau2008-01-31
* Finish let| implementation and document itGravatar msozeau2008-01-31
* Work on dependent induction tactic and friends, finish the test-suite exampleGravatar msozeau2008-01-30
* Use new redefinition support for the default obligations tacticGravatar msozeau2008-01-30
* Correction du bug #1785Gravatar notin2008-01-29
* Récupération d'une exception Not_foundGravatar notin2008-01-22
* cosmetics: after an extract inductive to bool, let's use if then elseGravatar letouzey2008-01-20
* Fix bug #1778, better typeclass error messages. Move Obligations Tactic to a ...Gravatar msozeau2008-01-18
* Change notation for setoid inequality, coerce objects before comparing them. ...Gravatar msozeau2008-01-18
* Add new LetPattern construct to replace dest. syntax: let| pat := t in b is b...Gravatar msozeau2008-01-17
* Generalize instance declarations to any context, better name handling. Add ho...Gravatar msozeau2008-01-15
* Correction of bug #1769Gravatar jforest2008-01-09
* Cleaner quantifiers for type classes, breaks clrewrite for the moment but imp...Gravatar msozeau2008-01-07
* Completion of 10427...Gravatar herbelin2008-01-07
* Add partial setoids in theories/Classes, add SetoidDec class for setoids with...Gravatar msozeau2008-01-04
* Fix name capture bug and call the right pretyper in subtac.Gravatar msozeau2007-12-31
* Merged revisions 10358-10362,10365,10371-10373,10377,10383-10384,10394-10395,...Gravatar msozeau2007-12-31
* Suppression de commentaires inutilesGravatar notin2007-12-19
* Plus de combinateurs sont passés de Util à Option. Le module Options Gravatar aspiwack2007-12-06
* Factorisation des opérations sur le type option de Util dans un module Gravatar aspiwack2007-12-05
* bug correction in functional inversion principle generationGravatar jforest2007-11-27
* minor bug correction in FunctionGravatar jforest2007-11-26
* Extraction inlines Wf.Fix by default (wish of Y.Bertot)Gravatar letouzey2007-11-21