
25 May
2010
25 May
'10
6:12 p.m.
Quoting Mujtaba Boori
Hello I am try to solve this equation
Define a higher order function that tests whether two functions , both defined on integers , coincide for all integers between 1 and 100
how can I solve this ? is there any thing in Haskell library to solve this kind ?
-- Mujtaba Ali Alboori
This sounds like homework. In any case, won't your HOF take as input the two functions and the input range to check. Then think about how you might compare the output of the two functions.