Zulip Chat Archive

Stream: new members

Topic: trace of simp


Winston Yin (Jun 22 2021 at 10:39):

Is there any way to find out which lemmas a particular simp used?

Eric Rodriguez (Jun 22 2021 at 10:41):

squeeze_simp or if that doesn't work (rarely) then simp?

Eric Rodriguez (Jun 22 2021 at 10:42):

there's also set_option simplifier.trace_rewrites true or something like that

Eric Rodriguez (Jun 22 2021 at 10:42):

and worst worst case, you can always wrap any tactic in show_term { ... } to see the term-mode proof it spat out

Winston Yin (Jun 22 2021 at 10:43):

Thanks!


Last updated: Dec 20 2023 at 11:08 UTC