Right now `a/b` is mangled to `a_slash_b`, but that's certainly not injective, and a lot of other characters are also not allowed in JS identifiers... Some options: - Use this: https://github.com/dagit/zenc - Port this to Haskell: https://github.com/sindresorhus/to-valid-identifier
Right now
a/bis mangled toa_slash_b, but that's certainly not injective, and a lot of other characters are also not allowed in JS identifiers...Some options: