Skip to content

Instantly share code, notes, and snippets.

@arsduo
Created June 12, 2018 15:10
Show Gist options
  • Save arsduo/170aa018ee218bec3b29c06d53cefb79 to your computer and use it in GitHub Desktop.
Save arsduo/170aa018ee218bec3b29c06d53cefb79 to your computer and use it in GitHub Desktop.
Complete Elm history export
{
"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