[Haskell-cafe] Functions from Data.Hashtable

Jason Dagit dagit at codersbase.com
Tue Apr 7 19:00:08 EDT 2009


On Tue, Apr 7, 2009 at 3:49 PM, Peter Verswyvelen <bugfact at gmail.com> wrote:
>
>
> On Wed, Apr 8, 2009 at 12:46 AM, wren ng thornton <wren at freegeek.org> wrote:
>>
>> As a design issue, I think the dominant order is better for partial
>> application since they make good arguments to Control.Monad.State.gets and
>> similar state-like HOFs. Considering the IO ugliness of HashTable, Jason
>> Dagit may have a point though. As I recall, this discussion has lead to
>> flame wars in the past.
>
> Okay. I guess there's no clear winner here when it comes to argument order.
> And no need to waste energy on another flame war :-)

Especially here with Haskell.  Just use flip if the arguments come in
the wrong order.

Jason


More information about the Haskell-Cafe mailing list