Created
September 16, 2018 13:44
-
-
Save arsduo/efeea4198d36919ba0a55f7e7f901403 to your computer and use it in GitHub Desktop.
Elm 0.19 History Export (history section)
This file contains 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
{ | |
"history": [ | |
{ | |
"$": "Decrement", | |
"a": 1 | |
}, | |
{ | |
"$": "Increment", | |
"a": 2 | |
}, | |
{ | |
"$": "Decrement", | |
"a": 1 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment