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. listres :: ProcessType r => r

    shell-conduit Data.Conduit.Shell

    No documentation available.

  2. listres :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

  3. listToMaybe :: [a] -> Maybe a

    strict-base-types Data.Maybe.Strict

    Analogous to listToMaybe in Data.Maybe.

  4. listFnApp :: ListFnApply a

    swish Swish.Datatype

    altArgs support for list functions: function applicator

  5. list' :: b -> (NonEmpty a -> b) -> [a] -> b

    tools-yj Data.List.ToolsYj

    No documentation available.

  6. listToTuple4 :: [a] -> (a, a, a, a)

    tools-yj Data.List.ToolsYj

    No documentation available.

  7. listRepo :: (MonadIO m, Repo r) => r -> m [FilePath]

    vcs-ignore Data.VCS.Ignore

    Resursively lists all non-ignored paths withing the given repository (both files and directories).

  8. listRepo :: (MonadIO m, Repo r) => r -> m [FilePath]

    vcs-ignore Data.VCS.Ignore.Core

    Resursively lists all non-ignored paths withing the given repository (both files and directories).

  9. listPaths :: MonadIO m => FilePath -> m [FilePath]

    vcs-ignore Data.VCS.Ignore.FileSystem

    Recursively finds all paths on given path. If file reference is passed instead of directory, such path is returned.

  10. listBitArray :: (Int, Int) -> [Bool] -> BitArray

    bitarray Data.BitArray

    If the list is too short, the rest of the array is filled with False.

Page 30 of many | Previous | Next