| 252 | } |
| 253 | |
| 254 | experimental::Type TypeSystemHelpers::typeFunctionType(experimental::Type _argType, experimental::Type _resultType) const |
| 255 | { |
| 256 | return typeSystem.type(PrimitiveType::TypeFunction, {_argType, _resultType}); |
| 257 | } |
| 258 | |
| 259 | std::tuple<experimental::Type, experimental::Type> TypeSystemHelpers::destTypeFunctionType(Type _functionType) const |
| 260 | { |