Skip to content

Instantly share code, notes, and snippets.

@AdrianRibao
Created June 8, 2018 10:45
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 AdrianRibao/af265e11df8f1183c39890a650d1fa31 to your computer and use it in GitHub Desktop.
Save AdrianRibao/af265e11df8f1183c39890a650d1fa31 to your computer and use it in GitHub Desktop.
update : Msg -> Model -> Model
update msg model =
case msg of
ChangeTab tab ->
{ model | currentTab = tab }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment