aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/pretyping.ml
Commit message (Expand)AuthorAge
* Fixes incorrect handling of existing existentials variables inGravatar msozeau2008-06-03
* Mise en place d'un algorithme d'inversion des contraintes de type lorsGravatar herbelin2008-05-05
* Réutilisation de l'infrastructure pour le polymorphisme d'univers desGravatar herbelin2008-04-30
* Little fixes in setoid_rewrite.Gravatar msozeau2008-04-17
* Fix evar bugs in type classes:Gravatar msozeau2008-04-09
* - Second pass on implementation of let pattern. Parse "let ' par [as x]?Gravatar msozeau2008-03-28
* Various fixes on typeclasses:Gravatar msozeau2008-03-27
* Une passe sur l'unification des evars (suite aux commits 10124, 10125, 10145)Gravatar herbelin2008-03-10
* Syntax changes in typeclasses, remove "?" for usual implicit argumentsGravatar msozeau2008-03-06
* Change implementation of resolution for typeclasses to use a customizedGravatar msozeau2008-02-08
* Finish let| implementation and document itGravatar msozeau2008-01-31
* Fix bug #1778, better typeclass error messages. Move Obligations Tactic to a ...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
* Merged revisions 10358-10362,10365,10371-10373,10377,10383-10384,10394-10395,...Gravatar msozeau2007-12-31
* Uniformisation politique de nommage evd/isevars (evd si evar_defs,Gravatar herbelin2007-09-06
* - Débogueur: positionnement de set_detype_anonymous pour ne pasGravatar herbelin2007-08-29
* Suppression des type_app et body_of_type qui alourdissent inutilement le codeGravatar herbelin2007-08-27
* If a fixpoint is not written with an explicit { struct ... }, then Gravatar letouzey2007-07-07
* Add a parameter to QuestionMark evar kind to say it can be turned into an obl...Gravatar msozeau2007-03-19
* Suppression argument pattern_source du case_info (code jamais utilisé)Gravatar herbelin2007-03-15
* Protection contre une source possible de liaison de lambda anonymeGravatar herbelin2006-12-29
* Suppression source de complexité polynomiale introduite par le polymorphismeGravatar herbelin2006-11-03
* Compatibilité du polymorphisme de constantes avec les sections.Gravatar herbelin2006-10-29
* Remplacement des nf_evar (source de complexité polynomiale) par de laGravatar herbelin2006-10-06
* Suppression d'une source de complexité polynomiale dans le pretypageGravatar herbelin2006-10-06
* Report de l'heuristique d'unification premier ordre flexible/rigideGravatar herbelin2006-09-15
* Export de check_evars vers command.mlGravatar herbelin2006-09-01
* Correction bug #1182 (ajout refresh_universe car le polymorphisme de sorte de...Gravatar herbelin2006-06-27
* The "clean integration of subtac" patch.Gravatar msozeau2006-05-29
* - Indtypes: en attente opinion CoRN, les occurrences de Type non explicitesGravatar herbelin2006-05-28
* Standardisation du nom des méthodes de EvdGravatar herbelin2006-04-28
* Standardisation nom option_app en option_mapGravatar herbelin2006-04-27
* Si un fixpoint a plusieurs arguments, mais un seul de type inductif, Gravatar letouzey2006-04-14
* Fixes for new unification, not used in default version as it really changes u...Gravatar msozeau2006-04-10
* Actual fix for the unification problem in theories/Reals/Rtrigo_fun (previous...Gravatar msozeau2006-04-10
* - Documentation of the Program tactics.Gravatar msozeau2006-04-07
* Inductifs avec polymorphisme de sorte (version initiale)Gravatar herbelin2006-03-29
* Subtac fixes, single fixpoint definitions are working again. Added a toggle o...Gravatar msozeau2006-03-22
* Made pretyping a functor over a coercion implementation. Pretyping.Default us...Gravatar msozeau2006-03-22
* Update of Subtac contrib. Add {wf n R} as an alternative to {struct n}.Gravatar msozeau2006-03-13
* Correction message d'erreur ltac et adoption du modèle de message de TacinterpGravatar herbelin2006-03-04
* Localisation des erreurs de sorte du prétypageGravatar herbelin2006-02-08
* Suppression résidus code v7 et traducteurGravatar herbelin2006-01-11
* Suppression des parseurs et printeurs v7; suppression du traducteur (mécanis...Gravatar herbelin2005-12-26
* Restructuration des points d'entrée de Pretyping et ConstrinternGravatar herbelin2005-12-21
* Changement des named_contextGravatar gregoire2005-12-02
* Nettoyage suite à la détection par défaut des variables inutilisées par o...Gravatar herbelin2005-11-08
* Types inductifs parametriquesGravatar mohring2005-11-02
* Léger nettoyage et uniformisation + généralisation du point d'entrée ltac...Gravatar herbelin2005-09-09