pub type Block = IdRange<StatementId>;
pub struct Block(pub Range<StatementId>);
0: Range<StatementId>