Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any plan to make user-defined tactics usable on the UI? #75

Open
rbohrer opened this issue May 13, 2021 · 0 comments
Open

Is there any plan to make user-defined tactics usable on the UI? #75

rbohrer opened this issue May 13, 2021 · 0 comments
Labels

Comments

@rbohrer
Copy link
Member

rbohrer commented May 13, 2021

When I use "tactic tacticName as ... " in my .kyx file and upload it, I can't type "tacticName" in the Web UI and call my tactic. Is there any plan to add this feature? This would be quite helpful for users who want to develop their own tactic libraries, in practice. Since it's common to do proofs in the Web UI, tactic definitions are less likely to get used if they can't get called from an interactive UI proof. I'm not particularly proposing to add any sort of fancy definition-management UI (like there is for function/predicate definitions). As long as there's a way to call the tactics that were in defined in the .kyx file, that would be impactful.

If I type "tactic tacticName as ...; tacticName" in the Web UI, it seems to partially work.

Of course, if I upload a finished proof, the user-defined tactics worked fine.

Priority: Non-urgent, but would be quite useful.

@aplatzer aplatzer added the UI label Jun 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants