Last active
June 12, 2018 15:06
-
-
Save arsduo/3ea9890e260262cefe4f63c3a61277fb to your computer and use it in GitHub Desktop.
Elm History Export (history)
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
| { | |
| "history": [ | |
| { | |
| "ctor": "Decrement", | |
| "_0": 1 | |
| }, | |
| { | |
| "ctor": "Increment", | |
| "_0": 2 | |
| }, | |
| { | |
| "ctor": "Decrement", | |
| "_0": 1 | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment