-record(handler, { init_state :: fun((wist:context()) -> any()), update :: fun((any(), wist:event(any())) -> {any(), list(wist:effect(any()))}) }).