This is my expression:
{⟦ foo ↦ ⟦ t ↦ ⟦ k ↦ ⟦ bar ↦ ∅ ⟧ ⟧ ⟧ ⟧}
This is what I want to do:
name: foo
pattern: '⟦ 𝜏 ↝ ∅ ⟧' # pay attention, a new arrow symbol here!
result: '⟦ 𝜏 ↦ ⟦⟧ ⟧'
In order to get this:
We introduced this "transitive encapsulation" operator in this paper. Simply put, 𝜏 ↝ ∅ means that 𝜏 is bound to ∅ through a number of formations.