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?