Skip to content

Instantly share code, notes, and snippets.

@amitaibu
Created March 16, 2017 11: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 amitaibu/0491a1866786a3c4565a8b587763810e to your computer and use it in GitHub Desktop.
Save amitaibu/0491a1866786a3c4565a8b587763810e to your computer and use it in GitHub Desktop.
type alias Item =
{
label : String
image : String
startingPrice : WebData Int
}
items : Dict ItemId (WebData Item)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment