Public context
What an implementation receives
# Cancellation Record
Implement the normative cancellation record behavior for the ZergLang flow 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.
Public interfaceZergLang
module benchmark_flow_cancellation_record;
public value Definition {
public interpreted algorithm message start(type: Class<Self>, input: Int64) -> Int64 effects { flow };
}
Official task history
Signed conformance observations
No official conformance run currently contains this task revision in its signed catalog.