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.

  1. compFirstLine :: CompOption

    regex-pcre Text.Regex.PCRE

    No documentation available.

  2. compFirstLine :: CompOption

    regex-pcre Text.Regex.PCRE.ByteString

    No documentation available.

  3. compFirstLine :: CompOption

    regex-pcre Text.Regex.PCRE.ByteString.Lazy

    No documentation available.

  4. compFirstLine :: CompOption

    regex-pcre Text.Regex.PCRE.Sequence

    No documentation available.

  5. compFirstLine :: CompOption

    regex-pcre Text.Regex.PCRE.String

    No documentation available.

  6. compFirstLine :: CompOption

    regex-pcre Text.Regex.PCRE.Wrap

    No documentation available.

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

  8. findFirstFile :: (FilePath -> IO Bool) -> FilePath -> IO FilePath

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

  9. findFirstFileInDirs :: (FilePath -> IO Bool) -> [FilePath] -> IO FilePath

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

  10. removeFirst :: SInteger -> SList Integer -> SList Integer

    sbv Documentation.SBV.Examples.KnuckleDragger.InsertionSort

    Remove the first occurrence of an number from a list, if any.

Page 86 of many | Previous | Next