justinmimbs/elm-date-extra

`infixl 1 >>=` makes library incompatible with other libraries which use this

panthus opened this issue · 1 comments

Due to issue elm/compiler#1096 in the elm compiler the line infixl 1 >>= can only exist once in a project, including its libraries.

For example this library is now incompatible with https://github.com/Bogdanp/elm-combine and https://github.com/Fresheyeball/elm-return.

Related issues in these libraries:

Thanks for letting me know! I wasn't aware of this issue. I'll remove it to allow compatibility.