Skip to content

Instantly share code, notes, and snippets.

@jasondew
Last active April 8, 2018 01:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jasondew/7892e8076a4fea4006db to your computer and use it in GitHub Desktop.
Save jasondew/7892e8076a4fea4006db to your computer and use it in GitHub Desktop.
requestUpdate : Effects Action
requestUpdate =
Http.get decoder url -- Task Error Response
|> Task.toResult -- Task never (Result Error Response)
|> Task.map Updated -- Task never Action
|> Effects.task -- Effects Action
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment