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