aboutsummaryrefslogtreecommitdiff
path: root/pretyping/pretyping.ml
AgeCommit message (Expand)Author
2009-04-24- New cleaning phase for the entry points of pretyping.mlherbelin
2009-03-20Fixes to make Ynot compile with the trunk:msozeau
2009-02-19On remplace evar_map par evar_defs (seul evar_defs est désormais exporté aspiwack
2008-12-31Moved parts of Sign to Term. Unified some names (e.g. decomp_n_prod ->herbelin
2008-11-08Apply vmconv if there are no _undefined_ evars around.msozeau
2008-11-07Slight change of the semantics of user-given casts: they don't reallymsozeau
2008-11-05Move Record desugaring to constrintern and add ability to use notationsmsozeau
2008-10-25More debugging of handling of open constrs with typeclasses:msozeau
2008-10-23Open notation for declaring record instances.msozeau
2008-07-17Uniformisation du format des messages d'erreur (commencent par uneherbelin
2008-06-21Various improvements in handling of evars in general and typingmsozeau
2008-06-03Fixes incorrect handling of existing existentials variables inmsozeau
2008-05-05Mise en place d'un algorithme d'inversion des contraintes de type lorsherbelin
2008-04-30Réutilisation de l'infrastructure pour le polymorphisme d'univers desherbelin
2008-04-17Little fixes in setoid_rewrite.msozeau
2008-04-09Fix evar bugs in type classes:msozeau
2008-03-28- Second pass on implementation of let pattern. Parse "let ' par [as x]?msozeau
2008-03-27Various fixes on typeclasses:msozeau
2008-03-10Une passe sur l'unification des evars (suite aux commits 10124, 10125, 10145)herbelin
2008-03-06Syntax changes in typeclasses, remove "?" for usual implicit argumentsmsozeau
2008-02-08Change implementation of resolution for typeclasses to use a customizedmsozeau
2008-01-31Finish let| implementation and document itmsozeau
2008-01-18Fix bug #1778, better typeclass error messages. Move Obligations Tactic to a ...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
2007-12-31Merged revisions 10358-10362,10365,10371-10373,10377,10383-10384,10394-10395,...msozeau
2007-09-06Uniformisation politique de nommage evd/isevars (evd si evar_defs,herbelin
2007-08-29- Débogueur: positionnement de set_detype_anonymous pour ne pasherbelin
2007-08-27Suppression des type_app et body_of_type qui alourdissent inutilement le codeherbelin
2007-07-07If a fixpoint is not written with an explicit { struct ... }, then letouzey
2007-03-19Add a parameter to QuestionMark evar kind to say it can be turned into an obl...msozeau
2007-03-15Suppression argument pattern_source du case_info (code jamais utilisé)herbelin
2006-12-29Protection contre une source possible de liaison de lambda anonymeherbelin
2006-11-03Suppression source de complexité polynomiale introduite par le polymorphismeherbelin
2006-10-29Compatibilité du polymorphisme de constantes avec les sections.herbelin
2006-10-06Remplacement des nf_evar (source de complexité polynomiale) par de laherbelin
2006-10-06Suppression d'une source de complexité polynomiale dans le pretypageherbelin
2006-09-15Report de l'heuristique d'unification premier ordre flexible/rigideherbelin
2006-09-01Export de check_evars vers command.mlherbelin
2006-06-27Correction bug #1182 (ajout refresh_universe car le polymorphisme de sorte de...herbelin
2006-05-29The "clean integration of subtac" patch.msozeau
2006-05-28- Indtypes: en attente opinion CoRN, les occurrences de Type non explicitesherbelin
2006-04-28Standardisation du nom des méthodes de Evdherbelin
2006-04-27Standardisation nom option_app en option_mapherbelin
2006-04-14Si un fixpoint a plusieurs arguments, mais un seul de type inductif, letouzey
2006-04-10Fixes for new unification, not used in default version as it really changes u...msozeau
2006-04-10Actual fix for the unification problem in theories/Reals/Rtrigo_fun (previous...msozeau
2006-04-07- Documentation of the Program tactics.msozeau
2006-03-29Inductifs avec polymorphisme de sorte (version initiale)herbelin
2006-03-22Subtac fixes, single fixpoint definitions are working again. Added a toggle o...msozeau