Andrew Coppin <[EMAIL PROTECTED]> writes: > While we're on the subject... am I the first person to > notice that Haskell doesn't appear to have much support for > fiddling with streams of bits?
No. Presumably the author of Data.Bits noticed some lack. (Note that Integer is an instance of Num and hence Bits) -- Jón Fairbairn [EMAIL PROTECTED] _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
