Skip to main content
fix grammar
Source Link
Daniel Fischer
  • 184.5k
  • 19
  • 319
  • 436

If no explicit fixity declaration is given, as e.g.

infixl 7 `quot` 

ana 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` 

an 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.

Source Link
Daniel Fischer
  • 184.5k
  • 19
  • 319
  • 436

If no explicit fixity declaration is given, as e.g.

infixl 7 `quot` 

an backticked infix function has the default fixity of infixl 9, so will be treated like any other infix operator with the same fixity.