| 182 | } |
| 183 | |
| 184 | experimental::Type TypeSystem::freshTypeVariable(Sort _sort) |
| 185 | { |
| 186 | _sort.classes.emplace(primitiveClass(PrimitiveClass::Type)); |
| 187 | return freshVariable(_sort); |
| 188 | } |
| 189 | |
| 190 | std::vector<TypeEnvironment::UnificationFailure> TypeEnvironment::instantiate(TypeVariable _variable, Type _type) |
| 191 | { |
no outgoing calls
no test coverage detected