tibbe / haskell-style-guide

A style guide for Haskell code.
957 stars 75 forks source link

Naming convention incomplete #24

Open letmaik opened 5 years ago

letmaik commented 5 years ago

The guide doesn't say anything about naming of function arguments, local variables, or field names of record types. Is that on purpose or should there be some recommendation?