Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. TList :: Token

    bencode Data.BEncode.Lexer

    No documentation available.

  2. fromList :: [Char] -> BitSetWord8

    bitset-word8 Data.BitSetWord8

    Convert given List of Char into packed bitwise set of Word64. Any Char having code point greater than 0xff is ignored.

  3. fromList :: [Char] -> BitSetWord8

    bitset-word8 Data.BitSetWord8.Internal

    Convert given List of Char into packed bitwise set of Word64. Any Char having code point greater than 0xff is ignored.

  4. toBoolList :: Set Word8 -> [Bool]

    bitset-word8 Data.BitSetWord8.Internal

    Convert Set of Word8 to full filled list of boolean existence flag.

  5. toWord64List :: [Bool] -> [Word64]

    bitset-word8 Data.BitSetWord8.Internal

    Convert full filled boolean list into 4 packed Word64 list.

  6. newListArray :: Ix i => (i, i) -> [Bool] -> IO (IOBitArray i)

    bitwise Data.Array.BitArray.IO

    Create a new array filled with values from a list.

  7. newListArray :: Ix i => (i, i) -> [Bool] -> ST s (STBitArray s i)

    bitwise Data.Array.BitArray.ST

    Create a new array filled with values from a list.

  8. fromListBE :: Bits b => [Bool] -> b

    bitwise Data.Bits.Bitwise

    Convert a big-endian list of bits to Bits.

  9. fromListLE :: Bits b => [Bool] -> b

    bitwise Data.Bits.Bitwise

    Convert a little-endian list of bits to Bits.

  10. toListBE :: FiniteBits b => b -> [Bool]

    bitwise Data.Bits.Bitwise

    Convert a FiniteBits to a list of bits, in big-endian order.

Page 158 of many | Previous | Next