Hi, I'm actually trying to extract the header from a .mp2 file. I've already done so for a BMP file. The problem i'm facing in mp2 header extraction is that all fields are in terms of bits.
Can someone please tell me how do i manipulate / work with bits in haskell?