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.
isSuffixOf :: (Storable a, Eq a) => Vector a -> Vector a -> Boolstorablevector 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
fromLinkTargetToPosixPath :: LinkTarget -> FilePathtar Codec.Archive.Tar.Entry Convert a tar LinkTarget to a Unix/POSIX FilePath ('/' path separators).
fromTarPathToPosixPath :: TarPath -> FilePathtar 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.
moduleSuffix :: Config -> Maybe Stringtasty-discover Test.Tasty.Discover.Internal.Config >: Module suffix.
noModuleSuffix :: Config -> Booltasty-discover Test.Tasty.Discover.Internal.Config >: suffix and look in all modules.
generatorPrefix :: Generator -> Stringtasty-discover Test.Tasty.Discover.Internal.Generator Generator prefix.
type
POSIXTime = NominalDiffTimetime-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.
-
time-compat Data.Time.Clock.POSIX.Compat Get the current POSIX time from the system clock.
posixDayLength :: NominalDiffTimetime-compat Data.Time.Clock.POSIX.Compat 86400 nominal seconds in every day
posixSecondsToUTCTime :: POSIXTime -> UTCTimetime-compat Data.Time.Clock.POSIX.Compat No documentation available.