Effective Haskell: missing comma (page 83)

“we learned that the normal division operator, (/) is left associative” should be “we learned that the normal division operator, (/), is left associative”

1 Like