Template:TT3::Element::Variable::Apply - element representing function application "()"
This implements an element that is a wrapper around a variables and a list of arguments used to represent function application, e.g. foo(a,b), rather than just a function reference, e.g. foo. It's not particularly efficient at the moment, but I'm not worrying about optimisation ATM.