agda / agda-categories

A new Categories library for Agda
https://agda.github.io/agda-categories
MIT License
359 stars 67 forks source link

NaturalNumber -> NNO? #391

Closed sergey-goncharov closed 10 months ago

sergey-goncharov commented 10 months ago

In agda-categories/src/Categories/Object/NaturalNumber.agda, I suggest renaming NaturalNumber to NNO (and adapt related names accordingly). It is not one number, it is really numbers, and then more accurately (and standard) would be NaturalNumberObject. But then, NNO would be better, it is also a standard abbreviation. I would rename the file to NaturalNumbers.agda, as a more suggestive name. Agreed?

JacquesCarette commented 10 months ago

Agreed.