Razi Asaduddin
2005-03-08 03:30:22 UTC
do we have to do question 1a like :
leftAssocSub = do n <- num; nums n
Then what is nums? a normal function ? what is the type of nums?
i dont understand how to implement it that way..
Why cant i just add everything after the first number together and subtract
that result from the first number?
thanks
leftAssocSub = do n <- num; nums n
Then what is nums? a normal function ? what is the type of nums?
i dont understand how to implement it that way..
Why cant i just add everything after the first number together and subtract
that result from the first number?
thanks