Commit 2024-11-03 19:16 0edf93d8
View on Github →chore(Nat.Factorization): rename ord_proj/compl
-> ordProj/Compl
(#18191)
Since both ord_proj
and ord_compl
expand to data (a Nat
), they should be camelCased. This PR renames them to ordProj
and ordCompl
respectively and deprecates the old names in declarations.