Zulip Chat Archive
Stream: general
Topic: coe_to_fun notation
orlando (Apr 20 2020 at 10:11):
Hello,
I have two instance of has_coe_to_fun
and I would like to differentiate them with 2 differente notations. Is it possible to do that ? Can i extend the class has_coe_to_fun
or something like that ?
Yury G. Kudryashov (Apr 20 2020 at 11:41):
Why do you want two instances? You can use something like @coe_fn _ inst
in a notation.
Last updated: Dec 20 2023 at 11:08 UTC