aboutsummaryrefslogtreecommitdiff
path: root/tactics
AgeCommit message (Expand)Author
2008-06-08- Patch sur "intros until 0"herbelin
2008-06-08- Extension de "generalize" en "generalize c as id at occs".herbelin
2008-06-07Correct handling of the environment in build_signature, and throwmsozeau
2008-06-07Change setoid_rewrite's matching semantics to continue matching insidemsozeau
2008-06-06Enhancements to coqdoc, better globalization of sections and modules.msozeau
2008-06-05Correctly catch UnresolvableConstraint exception which is now located. msozeau
2008-06-03Fixes incorrect handling of existing existentials variables inmsozeau
2008-05-30Improvements on coqdoc by adding more information into .globmsozeau
2008-05-30Improve the dependent induction tactic to automatically find themsozeau
2008-05-23- Fix bug #1858, Hint Unfold calling the wrong locate function.msozeau
2008-05-20Cleanup build_new, remove unneeded try-with and debug interaction ofmsozeau
2008-05-19Fix globalization bug in class_tactics and refactorize instancemsozeau
2008-05-19Fix caml debug flags configuration, -g works with the native compiler onlymsozeau
2008-05-17Fix a de Bruijn bug in setoid_rewrite when rewriting undermsozeau
2008-05-13- Fix bug related to indices of fixpoints.msozeau
2008-05-11- Cleanup parsing of binders, reducing to a single production for allmsozeau
2008-05-07Mises à jour test-suite + amélioration message d'erreur pour non-bug #1757herbelin
2008-05-01Move exception-handling code for catching tactics failure msozeau
2008-05-01Clarification de l'ordre d'interprétation des variables dans ltac. Enherbelin
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-27Correction du bug des types singletons pas sous-type de Setherbelin
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-26Debug implementation of failing tactics in Morphism to allow earliermsozeau
2008-04-25Ajout de "Theorem id1 : t1 ... with idn : tn" pour partager la preuveherbelin
2008-04-24- Add pretty-printers for Idpred, Cpred and transparent_state, used formsozeau
2008-04-23Prise en compte des coercions dans les clauses "with" même si le typeherbelin
2008-04-23Backtrack on change of flags for elim, otherwise rewrite goes undermsozeau
2008-04-23Change default eauto depth to 100 in setoid_rewrite, bump necessarymsozeau
2008-04-21- Correct unification for the rewrite variant of setoid_rewrite,msozeau
2008-04-21- Parameterize unification by two sets of transparent_state, one for openmsozeau
2008-04-20Work on the "occurrences" tactic argument. It is now possible to passmsozeau
2008-04-17Bug squashing day !msozeau
2008-04-17Little fixes in setoid_rewrite.msozeau
2008-04-15More renamings to avoid clashes (e.g. with CoRN).msozeau
2008-04-15Document CHANGES in setoid rewrite, move DefaultRelation tomsozeau
2008-04-15- Add "Global" modifier for instances inside sections with the usualmsozeau
2008-04-15- Un peu de doc, préparation du CHANGES pour la release.herbelin
2008-04-14Diverses corrections herbelin
2008-04-14Renamings to avoid clashes with definitions in Relation_Definitions, nowmsozeau
2008-04-13Bugs, nettoyage, et améliorations diversesherbelin
2008-04-12Add the ability to specify what to do with free variables in instancemsozeau
2008-04-12Adding 'at' to rewrite, as it is already implemented in setoid_rewrite.msozeau
2008-04-09Verify Setoid is loaded only if we're not in Coq.Classes.*. Add explicitmsozeau
2008-04-09Verify Setoid is loaded before doing anything.msozeau
2008-04-09Fix evar bugs in type classes:msozeau
2008-04-08- A little cleanup in Classes/*. Separate standard morphisms onmsozeau