| 96 | } |
| 97 | |
| 98 | std::shared_ptr<const Type> resolveCallableSpecialForm( |
| 99 | const std::string& functionName, |
| 100 | const std::vector<TypePtr>& argTypes) { |
| 101 | return exec::resolveTypeForSpecialForm(functionName, argTypes); |
| 102 | } |
| 103 | |
| 104 | std::shared_ptr<const Type> resolveSimpleFunction( |
| 105 | const std::string& functionName, |
no test coverage detected