[Haskell-beginners] Function nesting

Zbigniew Stanasiuk zbigergofun at gmail.com
Thu Jan 21 09:02:11 EST 2010


Hi all,

I've just started learning Haskell and I have no idea how to nest function in 
following structure:
Mod(5*Mod(4*Mod(3*Mod(2*Mod(1, m), m), m), m), m) ... etc.
Could someone help me.

Regards,
Zbig



More information about the Beginners mailing list