pub type SRow = Spanned<Row>;
pub struct SRow { pub value: Row, pub span: Range<usize>, }
value: Row
span: Range<usize>