pub type Suite<R = TextRange> = Vec<Stmt<R>>;
pub struct Suite<R = TextRange> { /* private fields */ }