11 Oct
2013
11 Oct
'13
2:33 p.m.
On 10/10/13 1:08 PM, Wvv wrote:
(.:) is free. It is only use in some packages, like aeson.
Actually (.:) is pretty heavily used to mean: (f .: g) x y = f (g x y) because: (.:) = (.) . (.) A cursory search shows it in: * http://hackage.haskell.org/package/pointless-fun-1.1.0.1/docs/Data-Function-... * http://hackage.haskell.org/package/custom-prelude-0.2.2.0/docs/CustomPrelude... and it's probably been defined elsewhere too. I know it shows up on irc regularly. -- Live well, ~wren