
add_type_conversion(type("string"), type("Type_Info"), fun(s) { return tyze(s); });

// Thisred
// c then
// allows the Type_Info.name() function to be called

assert_equal("string".name(), "string");



