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.
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.
listBitArray :: (Int, Int) -> [Bool] -> BitArraybitarray Data.BitArray If the list is too short, the rest of the array is filled with False.
listBitArray01 :: (Int, Int) -> [Int] -> BitArraybitarray Data.BitArray No documentation available.
listAll :: Path -> Command [Path]libmpd Network.MPD.Applicative.Database List all songs and directories in a database path.
listAllInfo :: Path -> Command [LsResult]libmpd Network.MPD.Applicative.Database Same as listAll but also returns metadata.
listify :: Mealy a b -> Mealy [a] [b]mealy Data.Mealy Convert a Mealy to a Mealy operating on lists.
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).
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.
listSepByUntilEoi :: Parser a e s () -> Parser a e s b -> Parser a e s [b]smith Data.Parser No documentation available.
-
strict-base-types Data.Maybe.Strict Analogous to listToMaybe in Data.Maybe.