{
"type": "unit"
}{
"kind": "value",
"value": {
"type": "integer",
"value": "1"
}
}Public context
# Short Circuit Fault Guard Implement the normative short circuit fault guard behavior for the ZergLang algorithm domain. Preserve deterministic ordering, typed failures, ownership transfer, and exactly-once cleanup required by the cited clauses. Submit the complete source closure matching `interface.zli`. Public cases are examples, not an exhaustive specification. Do not use ambient I/O, time, random state, or undeclared capabilities.
module benchmark_algorithm_short_circuit_fault_guard;
public value Solution {
public algorithm message solve(type: Class<Self>) -> Int64 effects {};
}
Public cases
{
"type": "unit"
}{
"kind": "value",
"value": {
"type": "integer",
"value": "1"
}
}Held-out inputs and expectations are excluded from this projection. Their published outcomes are aggregate-only.
Code entry
This task participates in model synthesis. Publishing its canonical solution would invalidate future evaluations; the prompt, interface, and public cases above are the complete public authoring context.
Execution contract
benchmark_algorithm_short_circuit_fault_guard.Solution.solveOfficial task history
No official conformance run currently contains this task revision in its signed catalog.
Provenance
[
{
"kind": "original",
"license": "Apache-2.0",
"source": "ZergLang Core-0/Core-1 normative specification"
}
]