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.
fromList :: [(BCP47, a)] -> Maybe (Trie a)bcp47 Data.BCP47.Trie.Internal Construct a Trie from a list of tag/value pairs.
-
beam-migrate Database.Beam.Haskell.Syntax No documentation available.
-
bencode Data.BEncode No documentation available.
-
bencode Data.BEncode.Lexer No documentation available.
fromList :: [Char] -> BitSetWord8bitset-word8 Data.BitSetWord8 Convert given List of Char into packed bitwise set of Word64. Any Char having code point greater than 0xff is ignored.
fromList :: [Char] -> BitSetWord8bitset-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.
toBoolList :: Set Word8 -> [Bool]bitset-word8 Data.BitSetWord8.Internal Convert Set of Word8 to full filled list of boolean existence flag.
toWord64List :: [Bool] -> [Word64]bitset-word8 Data.BitSetWord8.Internal Convert full filled boolean list into 4 packed Word64 list.
newListArray :: Ix i => (i, i) -> [Bool] -> IO (IOBitArray i)bitwise Data.Array.BitArray.IO Create a new array filled with values from a list.
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.