Hi Everyone!

I'm upgrading some complex old 0.16 code to 0.17 and came across this in my 
`update` function:

```
(
  model''
, Effects.batch
    [ Effects.task <| Task.succeed FadeOutOldPage 
    , Effects.task <| Task.succeed FadeInNewPage 
    , Effects.task 
        <| Task.succeed (UpdateInfoBox (InfoBox.UpdateData storyLevel 
inventoryQuantities storyPhaseChapter))
    ]
 )

```
Does anyone know what this should look like in 0.17?

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to