> > model.study.status > |> getProgressingSteps > |> Maybe.map Pivot.getCurrent > |> Maybe.andThen getScribbles > |> Maybe.map (Scribbles.update scribblesMsg model) > |> Maybe.withDefault model > ... >
Thank you Aaron, that makes it definitely more readable! Those getters are the key (`Maybe` I should go back to code in Java ^^) -- 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.
