Closed frasertweedale closed 8 months ago
(*$) was right associative, which seems wrong. Change it to infixl 7.
(*$)
infixl 7
(*$)
was right associative, which seems wrong. Change it toinfixl 7
.