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

:: doesn't compose with other operators #78

Closed
wende opened this issue Aug 3, 2017 · 2 comments
Closed

:: doesn't compose with other operators #78

wende opened this issue Aug 3, 2017 · 2 comments

Comments

@wende
Copy link
Collaborator

wende commented Aug 3, 2017

Example:

module Main exposing (..)

a = 
 case a of
   a ->
      a :: "A" ++ 2
@wende
Copy link
Collaborator Author

wende commented Aug 3, 2017

It's because they're of the same weigth, but opposite direction

@wende
Copy link
Collaborator Author

wende commented Aug 3, 2017

Closed in 8.0.7

@wende wende closed this as completed Aug 3, 2017
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

1 participant