You probably noticed error
is missing from next
and complete
functions set. That's not a mistake. Due to additional challenges in typing and keeping focus on resolving failures state resulted in a general design direction of Hullo, were error's should be treated as such only in critical cases like edge communications parsing errors / environmental failures. Such situations should result in a fast and complete failure of entire program, so there's no decision, no interaction made in erroneous state. In other cases, controllable failures should be communicated as messages and handled as soon as possible.