Skip to content

Instantly share code, notes, and snippets.

@amitaibu
Last active October 19, 2015 18:00
Show Gist options
  • Save amitaibu/493113a7283d5285ce3a to your computer and use it in GitHub Desktop.
Save amitaibu/493113a7283d5285ce3a to your computer and use it in GitHub Desktop.
type Page
= Event
| User
type alias Model =
{ activePage : Page
-- If the user is anonymous, we want to know where to redirect them.
, nextPage : Maybe Page
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment