Something like ``` bridge xxx { with lookup as l with output as o with input as i l.values { .a = "c" .b = "d" } o.text <- l.resolve:i.lookup_key }