Skip to content

Instantly share code, notes, and snippets.

@leojpod
Created May 15, 2017 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leojpod/9e27963a074b29dd3694ca50336c64ce to your computer and use it in GitHub Desktop.
Save leojpod/9e27963a074b29dd3694ca50336c64ce to your computer and use it in GitHub Desktop.
elm-mdl update
update : Msg -> Model -> ( Model, Cmd Msg )
update msg model =
case msg of
... -- rest of our apps messages
Mdl mdlMsg ->
Material.update Mdl mdlMsg model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment