Hello Dan,

Tuesday, April 24, 2007, 3:25:39 AM, you wrote:

> Usings Ints everywhere isn't an option, because my final answers are
> definitely Integers -- although I might try using Ints in some places. I

may be memoizing is the right answer?

factorials :: Array Int Integer
factorials = array (0,100) (map factorial [1..n])



-- 
Best regards,
 Bulat                            mailto:[EMAIL PROTECTED]

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to