On 4/3/2014 7:01 PM, Ben Boeckel wrote:
Is there a built-in compose operator or function (Haskell's (.) operator)? How would you copy the common attributes of the composed functions to the new function (if not builtin)?
The compiler does attribute inference for template functions and lambdas.
