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!

Kyle Miller (Dec 24 2023 at 15:00):

@Bhavik Mehta @Yaël Dillies If we're happy with it, do we want to move forward with merging it?

Yaël Dillies (Dec 24 2023 at 16:37):

Will have a look later


Last updated: May 02 2025 at 03:31 UTC