MCPcopy Create free account
hub / github.com/agenticsorg/lean-agentic / ImplicitHandler

Class ImplicitHandler

leanr-elab/src/implicit.rs:10–13  ·  view source on GitHub ↗

Implicit argument handler

Source from the content-addressed store, hash-verified

8
9/// Implicit argument handler
10pub struct ImplicitHandler {
11 /// Metavariable context
12 mctx: MetaVarContext,
13}
14
15impl ImplicitHandler {
16 /// Create a new implicit handler

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected