Hoogle Search
Within LTS Haskell 24.50 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
regex-pcre Text.Regex.PCRE No documentation available.
-
regex-pcre Text.Regex.PCRE.ByteString No documentation available.
-
regex-pcre Text.Regex.PCRE.ByteString.Lazy No documentation available.
-
regex-pcre Text.Regex.PCRE.Sequence No documentation available.
-
regex-pcre Text.Regex.PCRE.String No documentation available.
-
regex-pcre Text.Regex.PCRE.Wrap No documentation available.
iterFirst :: MonadIO m => Iterator -> m ()rocksdb-haskell-jprupp Database.RocksDB Position at the first key in the source. The iterator is valid after this call iff the source is not empty.
findFirstFile :: (FilePath -> IO Bool) -> FilePath -> IO FilePathsandwich-contexts Test.Sandwich.Contexts.Files Find the first file under the given directory (recursively) which matches the predicate. Note that the callback receives the full relative path to the file from the root dir. Throws using expectationFailure when the file is not found.
findFirstFileInDirs :: (FilePath -> IO Bool) -> [FilePath] -> IO FilePathsandwich-contexts Test.Sandwich.Contexts.Files Find the first file under the given directory (recursively) which matches the predicate. Note that the callback receives the full relative path to the file from the root dir. Throws using expectationFailure when the file is not found.
removeFirst :: SInteger -> SList Integer -> SList Integersbv Documentation.SBV.Examples.KnuckleDragger.InsertionSort Remove the first occurrence of an number from a list, if any.