pub type FileSourceMap = HashMap<Line, Vec<Instruction>>;
struct FileSourceMap { /* private fields */ }