tibbe / haskell-style-guide

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

Apparent contradiction? #14

Closed ianbollinger closed 10 years ago

ianbollinger commented 10 years ago

Surround binary operators with a single space on either side. Use your better judgement for the insertion of spaces around arithmetic operators but always be consistent about whitespace on either side of a binary operator.

I don't understand what this means; the second sentence seems to contradict the first. Does it mean binary operators other than arithmetic operators?

tibbe commented 10 years ago

Right, that's what it means.