Skip to content

Instantly share code, notes, and snippets.

@arsduo
Last active June 12, 2018 15:07
Show Gist options
  • Save arsduo/756fd64297ba7fdf20054c57da97edd8 to your computer and use it in GitHub Desktop.
Save arsduo/756fd64297ba7fdf20054c57da97edd8 to your computer and use it in GitHub Desktop.
Elm History Export Format (metadata)
{
"metadata": {
"versions": {
"elm": "0.18.0"
},
"types": {
"message": "Main.Msg",
"aliases": {},
"unions": {
"Main.Msg": {
"args": [],
"tags": {
"Decrement": [
"Int"
],
"Increment": [
"Int"
]
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment