Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
utcTimeFormat :: Format Day -> Format TimeOfDay -> Format UTCTimetime Data.Time.Format.ISO8601 ISO 8601:2004(E) sec. 4.3.2
weekDateFormat :: FormatExtension -> Format Daytime Data.Time.Format.ISO8601 ISO 8601:2004(E) sec. 4.1.4.2
-
time Data.Time.Format.ISO8601 ISO 8601:2004(E) sec. 4.1.2.3(b)
yearMonthFormat :: Format (Integer, Int)time Data.Time.Format.ISO8601 ISO 8601:2004(E) sec. 4.1.2.3(a)
yearWeekFormat :: FormatExtension -> Format (Integer, Int)time Data.Time.Format.ISO8601 ISO 8601:2004(E) sec. 4.1.4.3
zonedTimeFormat :: Format Day -> Format TimeOfDay -> FormatExtension -> Format ZonedTimetime Data.Time.Format.ISO8601 ISO 8601:2004(E) sec. 4.3.2
MkFormat :: (t -> Maybe String) -> ReadP t -> Format ttime Data.Time.Format.Internal No documentation available.
MkFormatOptions :: TimeLocale -> Maybe FormatNumericPadding -> Maybe Int -> FormatOptionstime Data.Time.Format.Internal No documentation available.
removePathForcibly :: FilePath -> IO ()directory System.Directory Removes a file or directory at path together with its contents and subdirectories. Symbolic links are removed without affecting their targets. If the path does not exist, nothing happens. Unlike other removal functions, this function will also attempt to delete files marked as read-only or otherwise made unremovable due to permissions. As a result, if the removal is incomplete, the permissions or attributes on the remaining files may be altered. If there are hard links in the directory, then permissions on all related hard links may be altered. If an entry within the directory vanishes while removePathForcibly is running, it is silently ignored. If an exception occurs while removing an entry, removePathForcibly will still try to remove as many entries as it can before failing with an exception. The first exception that it encountered is re-thrown.
openFileForRead :: OsPath -> IO Handledirectory System.Directory.Internal No documentation available.