Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. format :: (C sig, Show x) => Int -> sig x -> ShowS

    synthesizer-core Synthesizer.Format

    No documentation available.

  2. forkManaged :: ThreadManager -> String -> IO () -> IO ()

    time-manager System.ThreadManager

    Fork a managed thread. This guarantees that the thread ID is added to the manager's queue before the thread starts, and is removed again when the thread terminates (normally or abnormally).

  3. forkManagedFinally :: ThreadManager -> String -> IO () -> IO () -> IO ()

    time-manager System.ThreadManager

    Fork a managed thread with a cleanup function.

  4. forkManagedTimeout :: ThreadManager -> String -> (Handle -> IO ()) -> IO ()

    time-manager System.ThreadManager

    Fork a managed thread with a handle created by a timeout manager.

  5. forkManagedTimeoutFinally :: ThreadManager -> String -> (Handle -> IO ()) -> IO () -> IO ()

    time-manager System.ThreadManager

    Fork a managed thread with a handle created by a timeout manager and with a cleanup function.

  6. forkManagedUnmask :: ThreadManager -> String -> ((forall x . () => IO x -> IO x) -> IO ()) -> IO ()

    time-manager System.ThreadManager

    Like forkManaged, but run action with exceptions masked

  7. formatTimeRFC2822 :: TextualMonoid t => ZonedTime -> t

    timerep Data.Time.RFC2822

    No documentation available.

  8. formatDateRFC3339 :: (TextualMonoid t, FormatTime time) => time -> t

    timerep Data.Time.RFC3339

    No documentation available.

  9. formatTimeRFC3339 :: TextualMonoid t => ZonedTime -> t

    timerep Data.Time.RFC3339

    No documentation available.

  10. formatTimeRFC822 :: TextualMonoid t => ZonedTime -> t

    timerep Data.Time.RFC822

    No documentation available.

Page 92 of many | Previous | Next