I made elm-mdl-style lift'ish functions in my helpers library before I learned of elm-mdl. It is a highly useful and apparently repeatedly invented pattern.
On Wednesday, August 10, 2016 at 4:42:22 AM UTC-6, Rupert Smith wrote: > > On Wednesday, August 10, 2016 at 11:26:03 AM UTC+1, Rupert Smith wrote: >> >> Then there is App.map for doing the same thing with Html views, and >> Cmd.map for the update function? >> > > Since I have been trying out elm-mdl, I ended up using the lift function > from Material.Helpers, instead of Cmd.map directly: > > > http://package.elm-lang.org/packages/debois/elm-mdl/7.3.0/Material-Helpers#lift > > > Would seem a good candidate to pull up into the core packages? > > > -- 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.
