<div dir="ltr">Hi,<div><br></div><div>yeah, I use `OverloadedStrings` all the time too, but didn't include it for the reason Joachim mentioned.   For me one common pattern where ambiguity occurs is indeed with `aeson`, for example if you are encoding tagged sums you may write:</div><div>```</div><div>object [ "tag" .= ("inLeft" :: Text) ]<br></div><div>```</div><div>The type signature is required so that the `.=` operator knows how to make the JSON value.   I don't think that's a big deal, and it's easy to work around (I typically make a helper function for making that field).  I'd be OK with it being always on, but I didn't add it as it does require you to change your code sometimes.</div><div><br></div><div>As for `RecordWildcards`, I do like the extension as it can make code significantly more readable in some situations (single record manipulation, or constructing large records, especially when effects are involved).  I know some folks don't like it, but I hope we can get the extension included in the list, as it is not something that can be used "by accident" and also, using it does not affect a function's interface in any way.</div><div><br></div><div>I feel `LambdaCase` is another extension in the same group---in this case I don't really like the extension, but I know other folks like it, so I think it'd be reasonable to add (although I did see we have a proposal for an incompatible alternative, so we'll have to see what to do about that)</div><div><br></div><div>-Iavor</div><div><br></div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 31, 2020 at 1:16 AM Joachim Breitner <<a href="mailto:mail@joachim-breitner.de">mail@joachim-breitner.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
Am Sonntag, den 30.08.2020, 23:51 -0400 schrieb Eric Seidel:<br>
> Interesting, I think I can count on one hand the number of times<br>
> OverloadedStrings has caused an ambiguity error for me. What<br>
> libraries do you use that are polymorphic in the string type?<br>
<br>
hmm, I don’t remember. It must have been code that deals with keys or<br>
labels of sorts, but it’s not aeson… sorry. Maybe I’ll remember later.<br>
<br>
Cheers,<br>
Joachim<br>
<br>
<br>
<br>
-- <br>
Joachim Breitner<br>
  <a href="mailto:mail@joachim-breitner.de" target="_blank">mail@joachim-breitner.de</a><br>
  <a href="http://www.joachim-breitner.de/" rel="noreferrer" target="_blank">http://www.joachim-breitner.de/</a><br>
<br>
<br>
_______________________________________________<br>
ghc-steering-committee mailing list<br>
<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-committee" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-committee</a><br>
</blockquote></div>