Quoting Stephen Weeks (sweeks@sweeks.com): > At least for the MLton style, we prefer to use currying only when > computation is actually being staged. of course noting that fun curry f x y = f (x,y); is also nice. I tend to use it seldomly though, mostly changing the function if I suddenly need it staged. -- j.