
6 Sep
2010
6 Sep
'10
1:47 p.m.
Hello michael, Monday, September 6, 2010, 9:00:32 PM, you wrote:
Is there a handy list of operators and their precedence somewhere?
unlike most languages, operators are user-definable in haskell. so there is no comprehensive list any function with two arguments van be used as operator: a `min` b any operator may be defined or used as a function: (&&) a b = ... main = print ((&&) True False) -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com