MCPcopy Create free account
hub / github.com/argumentcomputer/ix / CheckBlockKind

Enum CheckBlockKind

crates/kernel/src/check.rs:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50// Bound dependency traversal independently of type-inference fuel.
51const MAX_DEFINITION_DEPENDENCY_STEPS: usize = 1_000_000;
52
53enum DefinitionDependencyTask<M: KernelMode> {
54 Enter(KId<M>),
55 Finish(KId<M>, KConst<M>),
56}
57
58/// References in both the type and value, including projection heads. The
59/// expression worklist visits shared syntax once without host-stack recursion.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected