>>32
you seem to know what you're talking about, maybe you can answer another question i have...
is there already a function that works like
(\f (a,b) -> (f a,f b))? or
(\(a,b) -> [a,b])? or am i better off just using
div and
mod separately instead of
divMod?