[Haskell-cafe] Why is $ right associative instead of leftassociative?

Bill Wood william.wood3 at comcast.net
Sat Feb 4 19:00:28 EST 2006


On Sat, 2006-02-04 at 23:34 +0000, Chris Kuklewicz wrote:
   . . .
> But this implies [a,b,c,[]..] is the same as [a,b,c] and [a,b,c,[d,e,f]..] is
> the same as [a,b,c,d,e,f] and [a,b,c,[d,e,f..]..] is [a,b,c,d,e,f..]

Hmmm, does this get us to difference lists ala Prolog?

 -- Bill Wood




More information about the Haskell-Cafe mailing list