Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find a way to represent typespecs with type aliases #13

Closed
wende opened this issue Apr 17, 2017 · 1 comment
Closed

Find a way to represent typespecs with type aliases #13

wende opened this issue Apr 17, 2017 · 1 comment

Comments

@wende
Copy link
Owner

wende commented Apr 17, 2017

No description provided.

@wende
Copy link
Owner Author

wende commented Apr 21, 2017

So after an in-depth research I found out that the way it is done in Elm to JavaScript compiler is the only viable way to solve it. Which is:
Go through all project files, and manually replace all of the uses of aliases with the correct types.
I'm postponing that until we have some tools that process multiple files at once

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant