Review Points
- Branches use independent inputs.
- No branch mutates state needed by another branch.
- The merge step is explicit.
- The final result is named or returned.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
EVA parallel composition.
PC subtotal {
fn subtotal(left: i64, right: i64) -> i64 {
return MC_00.ADD8(left, right);
}
}
