Skip to content

Inconsistent usage of "·" and "∙" #464

@VojtechStep

Description

@VojtechStep

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 documentationwebsite

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions