Thanks you two for your answers. Consider this issue closed now :-)<div><br></div><div>--Myles<br><br><div class="gmail_quote">On Thu, Jan 3, 2013 at 12:05 AM, Michael Snoyman <span dir="ltr">&lt;<a href="mailto:michael@snoyman.com" target="_blank">michael@snoyman.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">You could wrap chr with a call to spoon[1]. It&#39;s not the most elegant solution, but it works.<div><br>

</div><div>[1] <a href="http://hackage.haskell.org/packages/archive/spoon/0.3/doc/html/Control-Spoon.html#v:spoon" target="_blank">http://hackage.haskell.org/packages/archive/spoon/0.3/doc/html/Control-Spoon.html#v:spoon</a></div>



</div><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div class="h5">On Thu, Jan 3, 2013 at 9:50 AM, Myles C. Maxfield <span dir="ltr">&lt;<a href="mailto:myles.maxfield@gmail.com" target="_blank">myles.maxfield@gmail.com</a>&gt;</span> wrote:<br>



</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">Hello,<div>I&#39;m working on a general text-processing library [1] and one of my quickcheck tests is designed to make sure that my library doesn&#39;t throw exceptions (it returns an Either type on failure). However, there are some inputs that cause me to pass bogus values to the &#39;chr&#39; function (such as 1208914), which causes it to throw an exception. Is there a version of that function that is safe? (I&#39;m hoping for something like Int -&gt; Maybe Char). Alternatively, is there a way to know ahead of time whether or not an Int will cause &#39;chr&#39; to throw an exception?</div>





<div><br></div><div>Thanks,</div><div>Myles C. Maxfield</div><div><br></div><div>[1] <a href="http://hackage.haskell.org/package/punycode" target="_blank">http://hackage.haskell.org/package/punycode</a></div>
<br></div></div><div class="im">_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org" target="_blank">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
<br></div></blockquote></div><br></div>
</blockquote></div><br></div>