aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/class_tactics.ml
Commit message (Expand)AuthorAge
* Clean up type classes flags and update compat file.Gravatar Maxime Dénès2016-10-05
* Fix bug #4893: not_evar: unexpected failure in 8.5pl1.Gravatar Pierre-Marie Pédrot2016-08-30
* errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...Gravatar Pierre Letouzey2016-07-03
* Separate flags for fix/cofix/match reduction and clean reduction function names.Gravatar Maxime Dénès2016-07-01
* Typeclasses: fix treatment of exceptions in compatGravatar Matthieu Sozeau2016-06-27
* Typeclasses: mark unresolvable goals in new implementationGravatar Matthieu Sozeau2016-06-27
* We want tclORELSE to catch exceptions on backtrackingsGravatar Matthieu Sozeau2016-06-27
* Typeclasses:rename solve_instantiation* & use HookGravatar Matthieu Sozeau2016-06-16
* Fix resolve_one_typeclass to use the new engineGravatar Matthieu Sozeau2016-06-16
* Bind resolve_one_typeclass to 8.5 or 8.6 resolutionGravatar Matthieu Sozeau2016-06-16
* Put autoapply back, lost during rebaseGravatar Matthieu Sozeau2016-06-16
* Cleanup and refactoringGravatar Matthieu Sozeau2016-06-16
* Purely refactoring and code/API cleanup.Gravatar Matthieu Sozeau2016-06-16
* bteauto: a Proofview.tactic for multiple goalsGravatar Matthieu Sozeau2016-06-16
* Typeclasses: allow shelved subgoalsGravatar Matthieu Sozeau2016-06-16
* Minor cleanupGravatar Matthieu Sozeau2016-06-16
* Typeclasses: refine the eauto tacticGravatar Matthieu Sozeau2016-06-16
* Typeclasses: verbosity and Limit Intros optionsGravatar Matthieu Sozeau2016-06-16
* typeclass resolution: add two compatibility optionsGravatar Matthieu Sozeau2016-06-16
* Fix incorrect caching of local hints w.r.t sectionsGravatar Matthieu Sozeau2016-06-16
* Compat with ocaml 4.01Gravatar Matthieu Sozeau2016-06-16
* Fix iterative deepening strategy failing too earlyGravatar Matthieu Sozeau2016-06-16
* Implement limited proof search and iterative deepening.Gravatar Matthieu Sozeau2016-06-16
* Typeclasses eauto based on new proof engine,Gravatar Matthieu Sozeau2016-06-16
* Add a synonymous Set Debug Typeclasses for Set Typeclasses Debug, for uniform...Gravatar Hugo Herbelin2016-06-02
* Feedback cleanupGravatar Emilio Jesus Gallego Arias2016-05-31
* Put the "exact" family of tactic in the monad.Gravatar Pierre-Marie Pédrot2016-05-16
* Moving Eauto and Class_tactics to tactics/.Gravatar Pierre-Marie Pédrot2016-03-25
* Creating a dedicated ltac/ folder for Hightactics.Gravatar Pierre-Marie Pédrot2016-03-21
* merging conflicts with the original "trunk__CLEANUP__Context__2" branchGravatar Matej Kosik2016-02-15
|\
* | Moving conversion functions to the new tactic API.Gravatar Pierre-Marie Pédrot2016-02-15
| * CLEANUP: Context.{Rel,Named}.Declaration.tGravatar Matej Kosik2016-02-09
|/
* Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2016-01-21
|\
| * Update copyright headers.Gravatar Maxime Dénès2016-01-20
* | Remove some unused functions.Gravatar Guillaume Melquiond2016-01-02
* | Inlining the only use of Clenv.connect_clenv.Gravatar Pierre-Marie Pédrot2015-11-18
* | Indexing Proofview.goals with a stage.Gravatar Pierre-Marie Pédrot2015-10-20
* | Boxing the Goal.enter primitive into a record type.Gravatar Pierre-Marie Pédrot2015-10-20
* | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2015-10-19
|\|
| * Generalize fix for auto from PMP to eauto and typeclasses eauto.Gravatar Matthieu Sozeau2015-10-16
* | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2015-10-15
|\|
| * Exporting the original unprocessed hint in the hint running function.Gravatar Pierre-Marie Pédrot2015-10-14
* | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2015-10-06
|\|
| * Fix bug #4354: interpret hints in the right env and sigma.Gravatar Matthieu Sozeau2015-10-06
* | Add an Iterative Deepening search strategy to typeclass resolution.Gravatar Matthieu Sozeau2015-07-27
* | Merge branch 'v8.5' into trunkGravatar Maxime Dénès2015-07-02
|\|
| * class_tactics: make interruptibleGravatar Enrico Tassi2015-06-29
| * class_tactics: remove catch-all, use Errors.noncriticalGravatar Enrico Tassi2015-06-29
* | Merge v8.5 into trunkGravatar Hugo Herbelin2015-05-15
|\|
| * Safer typing primitives.Gravatar Pierre-Marie Pédrot2015-05-13