Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. isSuffixOf :: (Storable a, Eq a) => Vector a -> Vector a -> Bool

    storablevector Data.StorableVector

    O(n) The isSuffixOf function takes two Vectors and returns True iff the first is a suffix of the second. The following holds:

    isSuffixOf x y == reverse x `isPrefixOf` reverse y
    

  2. fromLinkTargetToPosixPath :: LinkTarget -> FilePath

    tar Codec.Archive.Tar.Entry

    Convert a tar LinkTarget to a Unix/POSIX FilePath ('/' path separators).

  3. fromTarPathToPosixPath :: TarPath -> FilePath

    tar Codec.Archive.Tar.Entry

    Convert a TarPath to a Unix/Posix FilePath. The difference compared to fromTarPath is that it always returns a Unix style path irrespective of the current operating system. This is useful to check how a TarPath would be interpreted on a specific operating system, eg to perform portability checks.

  4. moduleSuffix :: Config -> Maybe String

    tasty-discover Test.Tasty.Discover.Internal.Config

    >: Module suffix.

  5. noModuleSuffix :: Config -> Bool

    tasty-discover Test.Tasty.Discover.Internal.Config

    >: suffix and look in all modules.

  6. generatorPrefix :: Generator -> String

    tasty-discover Test.Tasty.Discover.Internal.Generator

    Generator prefix.

  7. type POSIXTime = NominalDiffTime

    time-compat Data.Time.Clock.POSIX.Compat

    POSIX time is the nominal time since 1970-01-01 00:00 UTC To convert from a CTime or System.Posix.EpochTime, use realToFrac.

  8. getPOSIXTime :: IO POSIXTime

    time-compat Data.Time.Clock.POSIX.Compat

    Get the current POSIX time from the system clock.

  9. posixDayLength :: NominalDiffTime

    time-compat Data.Time.Clock.POSIX.Compat

    86400 nominal seconds in every day

  10. posixSecondsToUTCTime :: POSIXTime -> UTCTime

    time-compat Data.Time.Clock.POSIX.Compat

    No documentation available.

Page 144 of many | Previous | Next