mihaimaruseac / hindent

Haskell pretty printer
Other
561 stars 113 forks source link

s/Operator/Name #919

Closed toku-sa-n closed 4 months ago

toku-sa-n commented 4 months ago

Description of the PR

"Operator" was too specific and did not accurately represent non-operator identifiers such as function and variable names. "Name" is more versatile and appropriately covers both operators and identifiers.

Checklist