To multiply apply a function, I'm currently using:

        multiplyApply f n a = (iterate f a) !! n

...is there a Prelude function I've missed that already does this?
Could I be doing this better?

-- Mark


_______________________________________________
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to