fission-codes / webnative-elm / Webnative.Task


type alias Task a =
Task Webnative.Error.Error a

attempt : { error : Webnative.Error.Error -> msg, ok : value -> msg } -> Task value -> Platform.Cmd.Cmd msg