pub type Module = Vec<Decl>;
A module is a single file. Only declaration can appear at top level.
pub struct Module { /* private fields */ }