Category "infix-operator"

List of the Prelude haskell operators, with precedence level

Where can I find a list of the infix Haskell operators in Prelude and base package in general, along with their precedence level, and whether they're right or l

Is it possible to define an infix function?

Is it possible to define my own infix function/operator in CoffeeScript (or in pure JavaScript)? e.g. I want to call a foo b or a `foo` b instead of a.fo