You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we assume 'caller_is_closure = false' in trans_be_fn. IOW tail-calls only work when calling from non-closure to non-closure (including obj fns). This needs completion.