[Haskell-cafe] Missing `$` like operators in Haskell

Johan Holmquist holmisen at gmail.com
Thu Dec 18 16:53:14 UTC 2014


> There is (>>>) in Control.Arrow. It can be used for `flip ($)`.

No, sorry. I was confusing it with flipped function composition.

2014-12-18 17:48 GMT+01:00 Johan Holmquist <holmisen at gmail.com>:
> There is (>>>) in Control.Arrow. It can be used for `flip ($)`.
>
> 2014-12-13 22:38 GMT+01:00 Wojtek Narczyński <wojtek at power.com.pl>:
>> On 13.12.2014 18:16, David Feuer wrote:
>>>
>>> It all depends what "taken" means. Data.Sequence uses <| for cons and
>>> |> for snoc. That may not have been the best decision, but it was made
>>> a long time ago.
>>
>> Oops, I certainly didn't mean that for "not taken"...
>>
>> _______________________________________________
>> Haskell-Cafe mailing list
>> Haskell-Cafe at haskell.org
>> http://www.haskell.org/mailman/listinfo/haskell-cafe


More information about the Haskell-Cafe mailing list