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