A generic callback choice type for callbacks.
The type of data passed forward when continuing execution.
The type of data returned when breaking/short-circuiting execution.
Halt or short-circuit execution, returning a final or replacement value.
Proceed with the execution, passing the original or modified data to the next stage.