1use super::section::Section; 2use typeshare::typeshare; 3 4#[typeshare] 5pub type Ast = Vec<Section>;