Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save arsduo/b4d5e9b140b881b406a5f539b3c448f6 to your computer and use it in GitHub Desktop.
Elm 0.19 History Export Metadata
{
"metadata": {
"versions": {
"elm": "0.19.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