Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. fromList :: [(BCP47, a)] -> Maybe (Trie a)

    bcp47 Data.BCP47.Trie.Internal

    Construct a Trie from a list of tag/value pairs.

  2. hsList :: [HsExpr] -> HsExpr

    beam-migrate Database.Beam.Haskell.Syntax

    No documentation available.

  3. BList :: [BEncode] -> BEncode

    bencode Data.BEncode

    No documentation available.

  4. TList :: Token

    bencode Data.BEncode.Lexer

    No documentation available.

  5. 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.

  6. 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.

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

    bitset-word8 Data.BitSetWord8.Internal

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

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

    bitset-word8 Data.BitSetWord8.Internal

    Convert full filled boolean list into 4 packed Word64 list.

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

    bitwise Data.Array.BitArray.IO

    Create a new array filled with values from a list.

  10. 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.

Page 158 of many | Previous | Next