Created
June 12, 2018 15:10
-
-
Save arsduo/170aa018ee218bec3b29c06d53cefb79 to your computer and use it in GitHub Desktop.
Complete Elm history export
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
{ | |
"metadata": { | |
"versions": { | |
"elm": "0.18.0" | |
}, | |
"types": { | |
"message": "Main.Msg", | |
"aliases": {}, | |
"unions": { | |
"Main.Msg": { | |
"args": [], | |
"tags": { | |
"Decrement": [ | |
"Int" | |
], | |
"Increment": [ | |
"Int" | |
] | |
} | |
} | |
} | |
} | |
}, | |
"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