aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/pretyping.ml
Commit message (Expand)AuthorAge
* Added support for Ltac-matching terms with variables bound in the patternGravatar herbelin2010-06-06
* Documentation of pretype_id (minor commit).Gravatar herbelin2010-05-28
* Add (almost) compatibility with camlp4, without breaking support for camlp5Gravatar letouzey2010-05-19
* Added a few informations about file lineages (for the most part in kernel)Gravatar herbelin2010-05-09
* Remove the svn-specific $Id$ annotationsGravatar letouzey2010-04-29
* Fix splitting evars tactics and stop dropping evar constraints whenGravatar msozeau2010-03-15
* Reorder resolution of type class and unification constraints.Gravatar msozeau2010-03-07
* Fix treatment of remaining unification constraints: raise a moreGravatar msozeau2010-03-07
* Opened the possibility to type Ltac patterns but it is not fully functional yetGravatar herbelin2009-12-24
* Added support for definition of fixpoints using tactics.Gravatar herbelin2009-11-27
* Promote evar_defs to evar_map (in Evd)Gravatar glondu2009-11-11
* Make usage of Dyn explicitGravatar glondu2009-10-28
* Delete trailing whitespaces in all *.{v,ml*} filesGravatar glondu2009-09-17
* Jolification : tentative de supprimer les "( evd)" et associés quiGravatar aspiwack2009-07-07
* Fixes for r12197, the refined evars were not returned in case fail_evarGravatar msozeau2009-06-22
* Use more consistent resolution parameters in Program and regular typingGravatar msozeau2009-06-18
* Fix "unsatisfiable constraints" error messages to include all theGravatar msozeau2009-06-18
* When typing a non-dependent arrow, do not put the (anonymous) variableGravatar msozeau2009-06-11
* - New cleaning phase for the entry points of pretyping.mlGravatar herbelin2009-04-24
* Fixes to make Ynot compile with the trunk:Gravatar msozeau2009-03-20
* On remplace evar_map par evar_defs (seul evar_defs est désormais exporté Gravatar aspiwack2009-02-19
* Moved parts of Sign to Term. Unified some names (e.g. decomp_n_prod ->Gravatar herbelin2008-12-31
* Apply vmconv if there are no _undefined_ evars around.Gravatar msozeau2008-11-08
* Slight change of the semantics of user-given casts: they don't reallyGravatar msozeau2008-11-07
* Move Record desugaring to constrintern and add ability to use notationsGravatar msozeau2008-11-05
* More debugging of handling of open constrs with typeclasses:Gravatar msozeau2008-10-25
* Open notation for declaring record instances.Gravatar msozeau2008-10-23
* Uniformisation du format des messages d'erreur (commencent par uneGravatar herbelin2008-07-17
* Various improvements in handling of evars in general and typingGravatar msozeau2008-06-21
* 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