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