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

type alias Person not used #10

Open
LegenDAirie opened this issue Oct 19, 2016 · 1 comment
Open

type alias Person not used #10

LegenDAirie opened this issue Oct 19, 2016 · 1 comment

Comments

@LegenDAirie
Copy link

In the Main.elm file at line 88 there is a type alias for Person that is not used. Was the following uses of "{ name : String, age : Int }" ment to be replaced with the type alias or was the type alias itended to be deleted?

@avh4
Copy link
Member

avh4 commented Oct 20, 2016

Ah, we debated whether or not to use the alias in the type annotations for the functions in that section, and I think we decided not to use it for now. So yeah, I think it could be removed.

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

No branches or pull requests

2 participants