[Haskell-beginners] Data.Char: isAlpha vs. isLetter

Brandon Allbery allbery.b at gmail.com
Mon Sep 10 21:31:26 CEST 2012


On Mon, Sep 10, 2012 at 3:09 PM, Stayvoid <stayvoid at gmail.com> wrote:

> What's the reason to have both isAlpha and isLetter?
>

Probably an alias for backward compatibility; isAlpha is C-style <ctype.h>
stuff, which was ASCII only, whereas isLetter is Unicode style.

-- 
brandon s allbery                                      allbery.b at gmail.com
wandering unix systems administrator (available)     (412) 475-9364 vm/sms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20120910/576612e2/attachment.htm>


More information about the Beginners mailing list