Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
smallUnliftedArrayToList :: PrimUnlifted a => SmallUnliftedArray a -> [a]primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST Convert the unlifted array to a list.
showbListWith :: (a -> Builder) -> [a] -> Buildertext-show TextShow.Data.List Converts a list of values into a Builder in which the values are surrounded by square brackets and each value is separated by a comma. The function argument controls how each element is shown. showbListWith showb is the default implementation of showbList save for a few special cases (e.g., String). Since: 2
showtListWith :: (a -> Text) -> [a] -> Texttext-show TextShow.Data.List Converts a list of values into a strict Text in which the values are surrounded by square brackets and each value is separated by a comma. The function argument controls how each element is shown. Since: 3.4
showtlListWith :: (a -> Text) -> [a] -> Texttext-show TextShow.Data.List Converts a list of values into a lazy Text in which the values are surrounded by square brackets and each value is separated by a comma. The function argument controls how each element is shown. Since: 3.4
update_crc_list :: Word32 -> [Char] -> Word32MissingH Data.Hash.CRC32.GZip No documentation available.
-
MissingH Data.Hash.MD5 No documentation available.
BoolList :: [Bool] -> BoolListMissingH Data.Hash.MD5 No documentation available.
-
MissingH Data.Hash.MD5 No documentation available.
WordList :: ([Word32], Zord64) -> WordListMissingH Data.Hash.MD5 No documentation available.
breakList :: ([a] -> Bool) -> [a] -> ([a], [a])MissingH Data.List.Utils Similar to break, but performs the test on the entire remaining list instead of just one element.