<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Matthias G&ouml;rgens wrote:
<blockquote
 cite="mid:c7e6e4241003041419x7717cb2jc677ecf7c00995bc@mail.gmail.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">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.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
What are CBV, CBN and CBL?

  </pre>
</blockquote>
<br>
CBV = Call By Value, essentially strict evaluation<br>
CBN = Call By Name, essentially lazy evaluation<br>
CBL = I don't know.<br>
<br>
-- Mike<br>
<br>
<br>
</body>
</html>