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
The result should capture {f}, since the expression `box(f(x))` should be
translated as:
let z = f(x) in
let y = □ z in
box(y)
Denoting the above term as `t`, we can see that `f ∈ cv(t)`.
0 commit comments