nikita-volkov / typeclasses

Explicit typeclasses for Elm
https://package.elm-lang.org/packages/nikita-volkov/typeclasses/latest/
MIT License
54 stars 3 forks source link

String hashing infinite loop #3

Open mitchellwrosen opened 5 years ago

mitchellwrosen commented 5 years ago

This causes an infinite loop:

(string 2).hash "𝕖"
mitchellwrosen commented 5 years ago

I've opened https://github.com/elm/compiler/issues/1977 which (I believe) is causing this.