tailr (version 0.1.0)

simplify_returns_call: Removes return(return(...)) cases.

Description

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

Usage

simplify_returns_call(call_expr, info)

Arguments

call_expr

The call to modify.

info

Information passed along with transformations.

Value

A modified expression.