Yes, but this seems to have terrifying implications...

On Tue, Mar 24, 2009 at 11:25 AM, Martijn van Steenbergen <
[email protected]> wrote:

> Achim Schneider wrote:
>
>> The
>> other might be implementation issues: it makes pattern match rules
>> more complex.
>>
>
> But only marginally, right?
>
> f A B = biz
> f B = bar
> f = bam
>
> could be trivially rewritten to:
>
> f A B = biz
> f B y = bar y
> f x y = bam x y
>
> Martijn.
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> [email protected]
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>



-- 
/jve
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to