class SyntaxTree::PinnedVarRef

def format(q)

def format(q)
  q.group do
    q.text("^")
    q.format(value)
  end
end