Zulip Chat Archive
Stream: graph theory
Topic: Changing the notation for Sym2
Kyle Miller (Dec 12 2023 at 22:30):
#8729 is a PR to change Sym2 to remove a global Setoid instance, which hasn't been so nice of Sym2 to depend on.
It switches from the ⟦(x, y)⟧
Quotient notation to a custom s(x, y)
notation. This has better type inference properties too. The PR turns off ⟦(x, y)⟧
notation completely to avoid Quotient
or Quot
leaking out of the Sym2
API.
Does anyone who uses the graph theory library have any thoughts about this change?
Yaël Dillies (Dec 13 2023 at 07:28):
I am happy with it!
Last updated: Dec 20 2023 at 11:08 UTC