Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

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

    bitarray Data.BitArray

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

  3. listBitArray01 :: (Int, Int) -> [Int] -> BitArray

    bitarray Data.BitArray

    No documentation available.

  4. listAll :: Path -> Command [Path]

    libmpd Network.MPD.Applicative.Database

    List all songs and directories in a database path.

  5. listAllInfo :: Path -> Command [LsResult]

    libmpd Network.MPD.Applicative.Database

    Same as listAll but also returns metadata.

  6. listify :: Mealy a b -> Mealy [a] [b]

    mealy Data.Mealy

    Convert a Mealy to a Mealy operating on lists.

  7. listFortuneFiles :: Bool -> FilePath -> IO [FilePath]

    misfortune Data.Fortune

    List all the fortune files in a directory. The Bool value specifies whether to search subtrees as well. Any file which does not have an extension of ".ix" or ".dat" will be reported as a fortune file (".dat" is not used by misfortune, but is ignored so that misfortune can share fortune databases with fortune).

  8. listFortuneFilesIn :: [(FilePath, Bool)] -> IO [FilePath]

    misfortune Data.Fortune

    List all the fortune files in several directories. Each directory will be searched by listFortuneFiles (using the corresponding Bool value to control whether the directory is searched recursively) and all results will be combined.

  9. listSepByUntilEoi :: Parser a e s () -> Parser a e s b -> Parser a e s [b]

    smith Data.Parser

    No documentation available.

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

    strict-base-types Data.Maybe.Strict

    Analogous to listToMaybe in Data.Maybe.

Page 31 of many | Previous | Next