Transmitting parameters

Wolfgang Jeltsch wolfgang@jeltsch.net
Fri, 2 Nov 2001 15:50:36 +0100


On Friday, 2 November 2001 07:10 Raul Sierra Alcocer wrote:
> Hi,
>
> What mechanism of transmiting parameters does Haskell implement?
>
> Thank you,
> Raul

Anyway, it does not make sense to distinct between call-by-value and 
call-by-reference in the traditional way since variables cannot be modified 
in Haskell (which means that they aren't really variable).

Wolfgang