aboutsummaryrefslogtreecommitdiff
path: root/tactics/auto.ml
AgeCommit message (Expand)Author
2008-10-26Backtrack sur commit 11467 (tentative d'optimisation meta_instance quiherbelin
2008-10-23Fix bug #1977 by allowing the [apply] variants to take an [open_constr]msozeau
2008-10-18Optimisation de clenv.ml pour que meta_instance ne soit pas appeléherbelin
2008-09-07Add the ability to declare [Hint Extern]'s with no pattern.msozeau
2008-09-07Fixes in typeclasses resolution. Avoid reducing instances types beforemsozeau
2008-09-04Improve typeclasses eauto using the dnet for local assumptions too, and selectmsozeau
2008-08-27Little cleanup in auto.msozeau
2008-08-22- New auto hints for transparency/opacity control, not bound to msozeau
2008-08-04Évolutions diverses et variées.herbelin
2008-07-24Suite commit 11236notin
2008-07-18Rétablissement de l'option -dump-glob de coq top et de l'option -glob-from d...notin
2008-07-17Uniformisation du format des messages d'erreur (commencent par uneherbelin
2008-07-07Fix implicit arguments in sections bug and check for resolution of evars whenmsozeau
2008-06-27Enhanced discrimination nets implementation, which can now work withmsozeau
2008-06-25Création du fichier dumpglob.ml, qui rassemble les fonctions de globalisatio...notin
2008-06-10- Officialisation de la notation "pattern c at -1" (cf wish 1798 sur coq-bugs)herbelin
2008-06-06Enhancements to coqdoc, better globalization of sections and modules.msozeau
2008-05-23- Fix bug #1858, Hint Unfold calling the wrong locate function.msozeau
2008-04-30Correct a bug in "new auto" and also unify_eqn which did not do localmsozeau
2008-04-29Fix eauto still using delta when it shouldn't (should make CoRN compilemsozeau
2008-04-28Backtrack on using metas eagerly in auto, only done in "new auto" formsozeau
2008-04-27- Backtrack sur option with_types suite à confusion sur l'utilisationherbelin
2008-04-27- Fix bug in unification not taking into account the right metamsozeau
2008-04-26- Backtrack sur extension de syntaxe pour pose qui rentre en conflit avecherbelin
2008-04-24- Add pretty-printers for Idpred, Cpred and transparent_state, used formsozeau
2008-04-21- Parameterize unification by two sets of transparent_state, one for openmsozeau
2008-04-17Bug squashing day !msozeau
2008-04-15- Add "Global" modifier for instances inside sections with the usualmsozeau
2008-04-04Erreur ou acceptation silencieuce plutôt qu'avertissement systématique quandherbelin
2008-03-16Using the "relation" constant made some unifications fail in the newmsozeau
2008-03-06Syntax changes in typeclasses, remove "?" for usual implicit argumentsmsozeau
2008-02-13Essai de prise en compte de delta dans unify_0 (même sur termes non clos). herbelin
2008-02-07Mise en place d'une toute petite amélioration de l'unification deherbelin
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-08Prise en compte des notations "alias" dans la globalisation des coercions.herbelin
2007-09-30Ajout infos de débogage de "universe inconsistency" quand option Setherbelin
2007-09-17Raffinement de l'algorithme d'inférence de typeherbelin
2007-05-20- Propagation des evars non résolues vers les with_bindings; permet par exempleherbelin
2006-09-20Declarative Proof Language: main commitcorbinea
2006-05-30Généralisation de with_occurrence (ex occurrence) et de red_expr pour perme...herbelin
2006-04-27Standardisation nom option_app en option_mapherbelin
2006-01-28Ajout option 'using lemmas' à auto/trivial/eautoherbelin
2006-01-28Suppression code pour hints nommés à la V7 (voire à la V6...)herbelin
2006-01-24Suppression de la dépendance en Map.fold de ocaml dont la sémantique aherbelin
2006-01-21Messages de idtac et fail peuvent maintenant être des listes de string, int ...herbelin
2006-01-11Restructuration et simplification des fonctions d'affichage, de détypageherbelin
2005-12-26Renommage des Pp*new en Pp* (et déplacement dans parsing); renommage des G_*...herbelin
2005-12-26Suppression des parseurs et printeurs v7; suppression du traducteur (mécanis...herbelin
2005-12-02Changement des named_contextgregoire