Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agenticsorg/lean-agentic
/ default
Method
default
lean-agentic/src/unification.rs:49–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
48
impl Default for Substitution {
49
fn default() -> Self {
50
Self::new()
51
}
52
}
53
54
/// A unification constraint
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected