Skip to content

Instantly share code, notes, and snippets.

@arsduo
Created September 16, 2018 13:27
Show Gist options
  • Select an option

  • Save arsduo/e2cbca37f53d799eaa2cca4456dbc6e4 to your computer and use it in GitHub Desktop.

Select an option

Save arsduo/e2cbca37f53d799eaa2cca4456dbc6e4 to your computer and use it in GitHub Desktop.
Elm 0.19 History Export
{
"$": 0,
"a": {
"metadata": {
"versions": {
"elm": "0.19.0"
},
"types": {
"message": "Main.Msg",
"aliases": {},
"unions": {
"Main.Msg": {
"args": [],
"tags": {
"Decrement": [
"Int"
],
"Increment": [
"Int"
]
}
}
}
}
},
"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