<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 13, 2016 at 8:40 PM, KwangYul Seo <span dir="ltr"><<a href="mailto:kwangyul.seo@gmail.com" target="_blank">kwangyul.seo@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi all,<div><br></div><div>There are multiple string types in Haskell – String, lazy/strict ByteString, lazy/strict Text to name a few. So to make a string handling function maximally reusable, it needs to support multiple string types.</div><div><br></div>...<br><div>It seems StringLike type class is quite generic but it is used only in the TagSoup package. This makes me wonder what is the idiomatic way to support multiple string types in Haskell. What other approaches do we have?</div></div></blockquote><div class="gmail_signature" data-smartmail="gmail_signature"><br> <br>
StringLike is only one of the packages supplying the class or classes to
 support all the usual string types. There is also ListLike and (my own)
 monoid-subclasses. You can visit <br>
<a href="http://packdeps.haskellers.com/reverse">http://packdeps.haskellers.com/reverse</a> to see all their reverse dependencies and see how they're used.<br><br></div></div>
</div></div>