If no explicit fixity declaration is given, as e.g.
infixl 7 `quot` a backticked infix function has the default fixity of infixl 9, so will be treated like any other infix operator with the same fixity.
If no explicit fixity declaration is given, as e.g.
infixl 7 `quot` a backticked infix function has the default fixity of infixl 9, so will be treated like any other infix operator with the same fixity.