pub type TypeMap = HashMap<Loc, RustTypeSignature>;
Mapping of function names to type signatures
pub struct TypeMap { /* private fields */ }