Re: [elm-discuss] Elm 0.18: What's wrong with "number" type?

2016-11-15 Thread Janis Voigtländer
Two part answer: 1) Type-checking with number types has been partly broken for a while. See #1268 , #1270 , #1281 , #1316

[elm-discuss] Elm 0.18: What's wrong with "number" type?

2016-11-15 Thread Pi
I'm trying to upgrade ggb/elm-trend to Elm 0.18 but got stuck at this error message: -- TYPE MISMATCH -- src/Seasonal .elm The left argument of (>=) is causing a type mismatch. 101| index - period >= 0 ^^ (>=) is expecting