Zulip Chat Archive

Stream: mathlib4

Topic: Print coercions explicitly


Shreyas Srinivas (Feb 21 2023 at 17:33):

Is there a way to get the tactic state to show the coercions which are called explicitly, instead of the up arrows?

Shreyas Srinivas (Feb 21 2023 at 17:34):

In situations where something might be going wrong with them, it helps to see what the result type of the coercion is or what coercion function is called explicitly, for debugging

James Gallicchio (Feb 21 2023 at 17:35):

set_option pp.coercions false should work, I think?

Shreyas Srinivas (Feb 21 2023 at 17:41):

That works. Thanks :)


Last updated: Dec 20 2023 at 11:08 UTC