Created
September 16, 2018 13:43
-
-
Save arsduo/b4d5e9b140b881b406a5f539b3c448f6 to your computer and use it in GitHub Desktop.
Elm 0.19 History Export Metadata
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.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