
19 Aug
2010
19 Aug
'10
7:39 p.m.
If the argument order does matter you can get around some order restrictions using functions like flip, but it's often clearer to be explicit:
volumeWithWidthTen length = volumeFunction length 10
Is that what you were looking for?
It's exactly what I'm looking for; thank you. A nice flash of insight once in a while keeps the brain sharp. Thanks too, Brandon, for the education about flips. Tom