If you don’t need to do any “effects” – pseudorandomness, send an HTTP request, get the current time, send a value out a port – then use Cmd.none
. The type Cmd msg
will be unified with Cmd Msg
.
1 Like