pub type StepExprS = Spanned<StepExpr>;
pub struct StepExprS { pub value: StepExpr, pub span: SimpleSpan, }
value: StepExpr
span: SimpleSpan