aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/class_tactics.ml
Commit message (Collapse)AuthorAge
...
* | | | Removing compatibility layers related to printing.Gravatar Pierre-Marie Pédrot2017-02-14
| | | |
* | | | Removing compatibility layers in RetypingGravatar Pierre-Marie Pédrot2017-02-14
| | | |
* | | | Removing some return type compatibility layers in Termops.Gravatar Pierre-Marie Pédrot2017-02-14
| | | |
* | | | Reductionops now return EConstrs.Gravatar Pierre-Marie Pédrot2017-02-14
| | | |
* | | | Proofview.Goal primitive now return EConstrs.Gravatar Pierre-Marie Pédrot2017-02-14
| | | |
* | | | Eliminating parts of the right-hand side compatibility layerGravatar Pierre-Marie Pédrot2017-02-14
| | | |
* | | | Class_tactics API using EConstr.Gravatar Pierre-Marie Pédrot2017-02-14
| | | |
* | | | Hints API using EConstr.Gravatar Pierre-Marie Pédrot2017-02-14
| | | |
* | | | Equality API using EConstr.Gravatar Pierre-Marie Pédrot2017-02-14
| | | |
* | | | Tactics API using EConstr.Gravatar Pierre-Marie Pédrot2017-02-14
| | | |
* | | | Clenv API using EConstr.Gravatar Pierre-Marie Pédrot2017-02-14
| | | |
* | | | Tacmach API using EConstr.Gravatar Pierre-Marie Pédrot2017-02-14
| | | |
* | | | Refine API using EConstr.Gravatar Pierre-Marie Pédrot2017-02-14
| | | |
* | | | Goal API using EConstr.Gravatar Pierre-Marie Pédrot2017-02-14
| | | |
* | | | Pretyping API using EConstr.Gravatar Pierre-Marie Pédrot2017-02-14
| | | |
* | | | Typeclasses API using EConstr.Gravatar Pierre-Marie Pédrot2017-02-14
| | | |
* | | | Constr_matching API using EConstr.Gravatar Pierre-Marie Pédrot2017-02-14
| | | |
* | | | Evarconv API using EConstr.Gravatar Pierre-Marie Pédrot2017-02-14
| | | |
* | | | Retyping API using EConstr.Gravatar Pierre-Marie Pédrot2017-02-14
| | | |
* | | | Termops API using EConstr.Gravatar Pierre-Marie Pédrot2017-02-14
| | | |
| * | | Merge remote-tracking branch 'github/pr/172' into trunkGravatar Maxime Dénès2016-12-19
| |\ \ \ | | | | | | | | | | | | | | | Was PR#172: alternate path separators in typeclass debug output.
| * \ \ \ Merge branch 'v8.6'Gravatar Pierre-Marie Pédrot2016-12-07
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fix shelving order in typeclasses eauto.Gravatar Théo Zimmermann2016-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | Before this fix, unshelve typeclasses eauto would produce sub-goals in the reverse order compared to when they were first shelved.
| | * | | Fix typeclasses eauto shelving.Gravatar Théo Zimmermann2016-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A file in the test-suite had to be modified. It was supposed to reproduce a behavior in intuistionistic-nuprl but it did not really. This commit is not supposed to break intuistionistic-nuprl.
| * | | | Merge branch 'v8.6'Gravatar Pierre-Marie Pédrot2016-11-18
|/| | | | | |/ / /
| * | | Minor debug printing bug,Gravatar Matthieu Sozeau2016-11-16
| | | | | | | | | | | | | | | | Hit by OCaml's "if then else" with no "end" once more
| * | | Revert more of a477dc for good measureGravatar Matthieu Sozeau2016-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We stop failing automatically on non-declared-class nested or toplevel subgoals as in 8.5, instead of the previous a477dc behavior of shelving those goals and failing if shelved goals remained at the end of resolution. It means typeclass resolution during refinement is closer to all:typeclasses eauto. Hints in typeclass_instances for non-declared classes can be used during resolution of _nested_ subgoals when it is fired from type-inference, toplevel goals considered in this case are still only classes (as in 8.5 and before). The code that triggers the restriction to only declared class subgoals is commented. Revert changes to test-suite, adding test for #5203, #5198 is fixed too. Add corresponding tests in the test-suite (that will break if we, e.g. disallow non-class subgoals) and update the refman accordingly.
| * | | Revert part of a477dc, disallow_shelvedGravatar Matthieu Sozeau2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In only_classes mode we do not try to implement a stricter semantics for shelved goals in 8.6. Leaving this for 8.7. Update the documentation as well. Remove a spurious printf call as well. Fix test-suite now that shelved goals are allowed
| * | | Merge remote-tracking branch 'github/pr/339' into v8.6Gravatar Maxime Dénès2016-11-07
| |\ \ \ | | | | | | | | | | | | | | | Was PR#339: Documenting type class options, typeclasses eauto
| * \ \ \ Merge commit 'e6edb33' into v8.6Gravatar Maxime Dénès2016-11-07
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Was PR#331: Solve_constraints and Set Use Unification Heuristics
| * \ \ \ \ Merge remote-tracking branch 'github/pr/335' into v8.6Gravatar Maxime Dénès2016-11-04
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Was PR#335: Fix printing of typeclasses eauto debug wrt intro.
| | | | * | | Rework search_strategy option handlingGravatar Matthieu Sozeau2016-11-03
| | | | | | |
| | | | * | | Internal API change to typeclasses eauto.Gravatar Théo Zimmermann2016-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit makes the traversing strategy of typeclasses eauto an optional argument of the function that implements it. This change should be non-breaking.
| | | | * | | Do not shelve non-class subgoals but fail, it shouldGravatar Matthieu Sozeau2016-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be the instance writer's responsibility to not generated non-dependent non-class subgoals (otherwise we loose compatibility as shown in e.g. MathClasses, which goes into loops because of unexpectedly unconstrained goals). Reflect it in the doc.
| | | | * | | typeclasses eauto Implem/doc of shelving strategyGravatar Matthieu Sozeau2016-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now [typeclasses eauto] mimicks what happens during resolution faithfully, and the shelving behavior/requirements for a successful proof-search are documented.
| | | | * | | Fix [typeclasses eauto with] and nopattern hintsGravatar Matthieu Sozeau2016-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This was the source of a bug in #5115#c7.
| | | | * | | Fix handling of only_classes at toplevelGravatar Matthieu Sozeau2016-11-03
| | | | | | |
| | | | * | | Handle Unique Solutions flag.Gravatar Matthieu Sozeau2016-11-03
| | | | | | |
| | | | * | | TCS: error handling and debug printing in resolutionGravatar Matthieu Sozeau2016-11-03
| | | | | | |
| | | | * | | Fix bugs in Filtered Unification and cleanup codeGravatar Matthieu Sozeau2016-11-03
| | | | | | |
| | | | * | | Fix Typeclasses eauto := bfs.Gravatar Matthieu Sozeau2016-11-03
| | | | | | |
| | | | * | | Lets Hints/Instances take an optional patternGravatar Matthieu Sozeau2016-11-03
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In addition to a priority, cleanup the interfaces for passing this information as well. The pattern, if given, takes priority over the inferred one. We only allow Existing Instances gr ... gr | pri. for now, without pattern, as before. Make the API compatible to 8.5 as well.
* | | | | | Merge branch 'v8.6'Gravatar Pierre-Marie Pédrot2016-10-29
|\| | | | |
| | * | | | Fix printing of typeclasses eauto debug wrt intro.Gravatar Théo Zimmermann2016-10-24
| | | | | |
| | | * | | Renamings to avoid confusion deprecating old namesGravatar Matthieu Sozeau2016-10-22
| | |/ / / | | | | | | | | | | | | | | | | | | | | reconsider_conv_pbs -> reconsider_unif_constraints consider_remaining_unif_problems -> solve_unif_constraints_with_heuristics
| * / / / sections/hints: prevent Not_found in get_type_ofGravatar Matthieu Sozeau2016-10-21
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | due to cleared/reverted section variables. This fixes the get_type_of but requires keeping information around about the section hyps available in goals during resolution. It's optimized for the non-section case (should incur no cost there), and the case where no section variables are cleared.
* | | | Merge branch 'v8.6'Gravatar Pierre-Marie Pédrot2016-10-05
|\| | |
| * | | Clean up type classes flags and update compat file.Gravatar Maxime Dénès2016-10-05
| | | |
| | | * Fix bug 4969, autoapply was not tagging shelved subgoals correctly as ↵Gravatar Matthieu Sozeau2016-09-29
| | |/ | |/| | | | | | | unresolvable
* | | Merge branch 'v8.6'Gravatar Pierre-Marie Pédrot2016-09-02
|\| |