You could also try the GHC/Hugs extension libraries
http://www.dcs.gla.ac.uk/fp/software/ghc/lib/hg-libs.html
There's a Bits library in there. These libraries are supported
by GHC and Hugs.
Simon
> -----Original Message-----
> From: Wishnu Prasetya [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 03, 1998 11:50 AM
> To: [EMAIL PROTECTED]
> Subject: library for bitwise operation?
>
>
> Hi all, i just want to ask:
> Is there somewhere a Haskell library for words and bitwise
> operations on
> words (like XOR, shifts, bit permutations)? (bitwise
> operations are used
> a lot in cryptography)
>
> Thanks. --Wishnu
>