Hi, In Elm repl I get : > -1 / 0 == 1 / -0 False : Bool Which is a bit weird mathematically and comes from the fact that 1 / 0 gives Infinity where it should (imho) give NaN. cheers, François