Manuel M. T. Chakravarty wrote:
> It is
> 
>   bar = 42
> 
> for which C has no corresponding phrase.

But it has:

  #define bar 42

Although then you get call by name, while Haskell provides call by need.

Cheers,
Sebastien

_______________________________________________
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to