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. smallUnliftedArrayFromList :: PrimUnlifted a => [a] -> SmallUnliftedArray a

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

    No documentation available.

  2. smallUnliftedArrayFromListN :: PrimUnlifted a => Int -> [a] -> SmallUnliftedArray a

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

    No documentation available.

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

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

    Convert the unlifted array to a list.

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

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

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

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

    MissingH Data.Hash.CRC32.GZip

    No documentation available.

  8. newtype BoolList

    MissingH Data.Hash.MD5

    No documentation available.

  9. BoolList :: [Bool] -> BoolList

    MissingH Data.Hash.MD5

    No documentation available.

  10. newtype WordList

    MissingH Data.Hash.MD5

    No documentation available.

Page 99 of many | Previous | Next