[web-devel] Data.Word8 (word8 library)

Gregory Collins greg at gregorycollins.net
Thu Sep 20 18:16:40 CEST 2012


I would mind, for the reason I just outlined :-)

On Thu, Sep 20, 2012 at 5:59 PM, Bas van Dijk <v.dijk.bas at gmail.com> wrote:

> On 20 September 2012 17:57, Bas van Dijk <v.dijk.bas at gmail.com> wrote:
> > toLower :: Word8 -> Word8
> > toLower w
> >   |  65 <= w && w <=  90 ||
> >     192 <= w && w <= 214 ||
> >     216 <= w && w <= 222 = w + 32
> >   | otherwise            = w
>
> BTW if nobody minds the extra dependency, I would probably accept a
> patch that replaces these numbers by nicer looking symbols from your
> word8 package.
>



-- 
Gregory Collins <greg at gregorycollins.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/web-devel/attachments/20120920/451c0d1e/attachment.htm>


More information about the web-devel mailing list