I wrote:
>> (.!) f g x = f `seq` g `seq` f (g x)

Roberto Zunino wrote:
>    id .! undefined
> == \x -> undefined
> /= undefined
>
> Probably you meant
>
>    (.!) f g = f `seq` g `seq` (f . g)

Yes, thank you.

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

Reply via email to