It seems like the trend is increasingly towards enabling OverloadedStrings for most projects, given the inferiority of String for most tasks.
Currently this leads to a ton of ambiguity errors when using various functions from Language.Javascript.JSaddle, and they are quite verbose to fix.
Is there any interest in exporting variants that aren't polymorphic in the string-y argument?
It seems like the trend is increasingly towards enabling
OverloadedStringsfor most projects, given the inferiority ofStringfor most tasks.Currently this leads to a ton of ambiguity errors when using various functions from
Language.Javascript.JSaddle, and they are quite verbose to fix.Is there any interest in exporting variants that aren't polymorphic in the string-y argument?