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.

  1. smallUnliftedArrayToList :: PrimUnlifted a => SmallUnliftedArray a -> [a]

    primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST

    Convert the unlifted array to a list.

  2. showbListWith :: (a -> Builder) -> [a] -> Builder

    text-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

  3. showtListWith :: (a -> Text) -> [a] -> Text

    text-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

  4. showtlListWith :: (a -> Text) -> [a] -> Text

    text-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

  5. update_crc_list :: Word32 -> [Char] -> Word32

    MissingH Data.Hash.CRC32.GZip

    No documentation available.

  6. newtype BoolList

    MissingH Data.Hash.MD5

    No documentation available.

  7. BoolList :: [Bool] -> BoolList

    MissingH Data.Hash.MD5

    No documentation available.

  8. newtype WordList

    MissingH Data.Hash.MD5

    No documentation available.

  9. WordList :: ([Word32], Zord64) -> WordList

    MissingH Data.Hash.MD5

    No documentation available.

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

Page 99 of many | Previous | Next