Created
July 15, 2016 16:39
-
-
Save simonewebdesign/cfceffdacb4c921b9fb5aa78a220150d to your computer and use it in GitHub Desktop.
Elm Dict visual representation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ ( "path", 123 ) | |
, ( "value", Nothing ) | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "path": 123 | |
, "value": null | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment