@hongminhee@hollo.social

A tiny syntactic sugar I love in Haskell: operators as normal functions, e.g.:

a + b
(+) a b
(a +) b
(+ b) a

1 share