-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationwebsite
Description
The first middle-dot is · ("MIDDLE DOT", codepoint #xb7), and it's used in left and right whiskering (_·l_
and _·r_
in foundation-core.homotopies
).
The other one is ∙ ("BULLET OPERATOR", codepoint #x2219), and it's used in the same file for homotopy concatenation, just a few lines above left and right whiskering.
To my knowledge, the middle dot can't even be typed using agda-input.
From a cursory look through the output of greping for MIDDLE DOT, it's only used for these two whiskering operators and some prose in groups and rings. Perhaps these occurences should be replaced by the other symbol?
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationwebsite