sub scalar { local $context = 'scalar'; return $child_op->(); } #### sub scalar { return _coerce_to_scalar( $child_op->() ); }