ghcjs / jsaddle

JavaScript interface that works with GHCJS or GHC
116 stars 62 forks source link

Lots of ambiguous type errors when using OverloadedStrings #120

Open tysonzero opened 3 years ago

tysonzero commented 3 years ago

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?