Zulip Chat Archive
Stream: lean4
Topic: custom norm tactic in aesop
Tomas Skrivan (Jul 18 2023 at 22:34):
How do I add a custom tactic to the normalization step in aesop? I want to use only dsimp
instead of simp
.
Tomas Skrivan (Jul 18 2023 at 23:02):
Oh there is a test file demonstrating how to do it. Is this mentioned somewhere in the documentation?
Scott Morrison (Jul 18 2023 at 23:07):
I don't see it. I think a PR adding a sentence linking specifically to that test file from the README paragraph starting "Many more examples can be found in the tests folder of this repository." would be great!
Last updated: Dec 20 2023 at 11:08 UTC