Effective Haskell: associative vs commutative (page 198)

Functions that accept arguments in any order are called “commutative”, not “associative”. Note that this is mentioned twice in the same page.

Good catch, thanks! I know the difference but for some reason I must have just had the wrong word stuck in my brain or something. I’ll get it fixed!