Closed mkremins closed 10 years ago
Right now, three different layout algorithms make use of pairwise layout:
flense.editor/map->lines
flense.editor.layout/bvec->lines
let
flense.editor.layout/header+pairs->lines
cond
All three should delegate to the same underlying mechanism.
Right now, three different layout algorithms make use of pairwise layout:
flense.editor/map->lines
, for multiline map formsflense.editor.layout/bvec->lines
, for binding vectors in e.g.let
flense.editor.layout/header+pairs->lines
, for pairwise body parameters in e.g.cond
All three should delegate to the same underlying mechanism.