Zulip Chat Archive
Stream: general
Topic: custom `pretty_cases`
Kayla Thomas (Feb 08 2023 at 21:19):
Is there a way to customize the result of the pretty_cases
tactic? For example, to change the way the variable names are generated and the formatting of the { admit }
?
Kayla Thomas (Feb 08 2023 at 21:35):
I guess I would need to change the source here for the latter: https://github.com/leanprover-community/mathlib/blob/bd835ef554f37ef9b804f0903089211f89cb370b/src/tactic/pretty_cases.lean#L56
Last updated: Dec 20 2023 at 11:08 UTC