Expand description
Layout resolution: insert virtual braces/semicolons per the Haskell
offside rule (adapted for DAML, where with also opens a layout block).
Input is the raw token stream from the lexer; output is the same stream
with VLBrace/VRBrace/VSemi inserted, so the parser never has to
look at columns.