[Haskell-cafe] Books for "advanced" Haskell

Günther Schmidt gue.schmidt at web.de
Thu Mar 4 19:49:36 EST 2010


Am 04.03.10 23:19, schrieb Matthias Görgens:
>> A shining example are Dan Piponis blog posts. Not his fault, mind. All I see
>> is that there is something powerful. I also notice that the big brains
>> construct monads in many different ways and thus giving them entirely
>> different capabilities. An example of this is some techniques turn CBV to
>> CBN or CBL while other techniques null this.
>>      
> What are CBV, CBN and CBL?
>    
Hi Matthias,

sry for using the abbreviations. CBV = Call by Value, CBN = Call by 
Name, CBL = Call by Need (Lazy)

Günther



More information about the Haskell-Cafe mailing list