alex-tan/task-extra - version: 1.1.0

for more information visit the package's GitHub page

Package contains the following modules:

task-extra

Contains map6, map7, map8, etc... for Tasks that are not included in the elm core library.

Example:

  Task.Extra.map6
      (\foo bar baz biz craz cray ->
          combineResults
            foo
            bar
            baz
            biz
            craz
            cray
      )
      fooTask
      barTask
      bazTask
      bizTask
      crazTask
      crayTask