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

Replace (int 1.5) with (num 1.5) to match type #515

Closed
wants to merge 1 commit into from
Closed

Replace (int 1.5) with (num 1.5) to match type #515

wants to merge 1 commit into from

Conversation

Spaxe
Copy link

@Spaxe Spaxe commented Dec 18, 2019

There are 4 instances in which (int 1.5) is used, but the Elm compiler will fail it. Replacing int with num produces the correct unitless example.

There are 4 instances in which `(int 1.5)` is used, but the Elm compiler will fail it. Replacing `int` with `num`  produces the correct unitless example.
@Spaxe
Copy link
Author

Spaxe commented Dec 18, 2019

Oops. #492 already did it.

@Spaxe Spaxe closed this Dec 18, 2019
@Spaxe Spaxe deleted the patch-1 branch December 18, 2019 01:36
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

Successfully merging this pull request may close these issues.

1 participant