public function evaluate(Environment $env, ListForm $args) { list($value) = $args->getAst(); return $value; }