Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ polymorphicInstance
Method
polymorphicInstance
libsolidity/experimental/analysis/TypeInference.cpp:1101–1104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1099
}
1100
1101
experimental::Type TypeInference::polymorphicInstance(Type const& _scheme)
1102
{
1103
return m_env->fresh(_scheme);
1104
}
1105
1106
void TypeInference::unify(Type _a, Type _b, langutil::SourceLocation _location)
1107
{
Callers
nothing calls this directly
Calls
1
fresh
Method · 0.80
Tested by
no test coverage detected