(=~=) is inferred as infixl 9 today, which makes it pretty useless when writing expressions by hand. The quickspec generated output will always parenthesize expressions, so it's not an issue there.
The right fixity should be infix 4. I'll try to send a PR later today.
(=~=)
is inferred asinfixl 9
today, which makes it pretty useless when writing expressions by hand. The quickspec generated output will always parenthesize expressions, so it's not an issue there.The right fixity should be
infix 4
. I'll try to send a PR later today.