Skip to content

Instantly share code, notes, and snippets.

@simonewebdesign
Created July 15, 2016 16:39
Show Gist options
  • Save simonewebdesign/cfceffdacb4c921b9fb5aa78a220150d to your computer and use it in GitHub Desktop.
Save simonewebdesign/cfceffdacb4c921b9fb5aa78a220150d to your computer and use it in GitHub Desktop.
Elm Dict visual representation
[ ( "path", 123 )
, ( "value", Nothing )
]
{ "path": 123
, "value": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment