Zulip Chat Archive
Stream: general
Topic: Notation for quotient types.
Miguel Marco (Feb 02 2025 at 12:04):
Very quick question: Given a Type X : Type and R : Setoid X, is there a notation to represent Quotient R as X / R (or something similar)?
Oliver Nash (Feb 02 2025 at 12:20):
Yes but you need to use a funny unicode slash ⧸ which is not the same as /. See for example the source of docs#QuotientGroup.Quotient.group
Last updated: May 02 2025 at 03:31 UTC