úÎlm     :Parse a big-endian byte list into a floating-point value. =Parse a little-endian byte list into a floating-point value.  IParse a floating-point value of the given width from within a Get monad.  DCalculate the proper size of the exponent field, in bits, given the  size of the full structure. CConsidering a byte list as a sequence of bits, slice it from start I inclusive to end exclusive, and return the resulting bit sequence as an  integer 5Slice a single integer by start and end bit location HSplit a raw bit array into (sign, exponent, fraction) components. These F components have not been processed (unbiased, added significant bit,  etc). Unbias an exponent 2Parse values into a form suitable for encodeFloat < sign exponent fraction width-in-bits -> fraction, exponent         ieee754-parser-0.1Data.Binary.IEEE754BitCountFractionExponent parseFloatBE parseFloatLE getFloat16be getFloat16le getFloat32be getFloat32le getFloat64be getFloat64legetFloat exponentWidthbitSlicesplitRawIEEE754unbias mergeFloat parseFloatsliceInt