wende / elchemy

Write Elixir code using statically-typed Elm-like syntax (compatible with Elm tooling)
https://wende.github.io/elchemy/
MIT License
1.15k stars 28 forks source link

Correct typo #368

Open ShalokShalom opened 5 years ago

ShalokShalom commented 5 years ago

There is no type alias with multiple fields, you might add one. The default Elm way spells an error in Elchemy Live. Screenshot_20190701_093015

wende commented 5 years ago

This looks really weird. Especially that Elchemy Live is currently using Elm's compiler so it should be 100% compatible (except for errors in the Elixir code below of course)

Could you paste the exact code to reproduce?

ShalokShalom commented 5 years ago

Sure, here: https://ellie-app.com/P2pjh8hFfDa1

Could we apply the typo in the meanwhile?

Sorry that I use this PR for my issue, just stumbled accross it in the process :wink:

ShalokShalom commented 4 years ago

Can this be closed?