Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)`.
- Loading branch information