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.

  1. utcTimeFormat :: Format Day -> Format TimeOfDay -> Format UTCTime

    time Data.Time.Format.ISO8601

    ISO 8601:2004(E) sec. 4.3.2

  2. weekDateFormat :: FormatExtension -> Format Day

    time Data.Time.Format.ISO8601

    ISO 8601:2004(E) sec. 4.1.4.2

  3. yearFormat :: Format Integer

    time Data.Time.Format.ISO8601

    ISO 8601:2004(E) sec. 4.1.2.3(b)

  4. yearMonthFormat :: Format (Integer, Int)

    time Data.Time.Format.ISO8601

    ISO 8601:2004(E) sec. 4.1.2.3(a)

  5. yearWeekFormat :: FormatExtension -> Format (Integer, Int)

    time Data.Time.Format.ISO8601

    ISO 8601:2004(E) sec. 4.1.4.3

  6. zonedTimeFormat :: Format Day -> Format TimeOfDay -> FormatExtension -> Format ZonedTime

    time Data.Time.Format.ISO8601

    ISO 8601:2004(E) sec. 4.3.2

  7. MkFormat :: (t -> Maybe String) -> ReadP t -> Format t

    time Data.Time.Format.Internal

    No documentation available.

  8. MkFormatOptions :: TimeLocale -> Maybe FormatNumericPadding -> Maybe Int -> FormatOptions

    time Data.Time.Format.Internal

    No documentation available.

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

  10. openFileForRead :: OsPath -> IO Handle

    directory System.Directory.Internal

    No documentation available.

Page 408 of many | Previous | Next