ANEW ANN Type type_copy(MemPool, const Type type);
ANN m_str get_type_name(const Env, const m_str, const m_uint);
ANN Value find_value(const Type, const Symbol);
-ANN Func find_func(const Type, const Symbol);
+//ANN Func find_func(const Type, const Symbol);
ANN m_bool isa(const Type, const Type) __attribute__((pure));
ANN m_bool isres(const Env, const Symbol, const loc_t pos);
ANN Type array_type(const Env, const Type, const m_uint);
return type->e->parent ? find_##name(type->e->parent, xid) : NULL; \
}
describe_find(value, Value)
-describe_find(func, Func)
+//describe_find(func, Func)
ANN Type typedef_base(Type t) {
while(GET_FLAG(t, typedef))