tailr (version 0.1.2)

handle_recursive_returns_call: Handles the actual recursive returns

Description

This function dispatches on a call object to set the context of recursive expression modifications.

Usage

handle_recursive_returns_call(call_expr, info)

Arguments

call_expr

The call to modify.

info

Information passed along with transformations.

Value

A modified expression.