Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. forkFinally :: IO a -> IO b -> IO ThreadId

    slave-thread SlaveThread

    Fork a slave thread with a finalizer action to run a computation on. The finalizer gets executed when the thread dies for whatever reason: due to being killed or an uncaught exception, or a normal termination. Note the order of arguments:

    forkFinally finalizer computation
    

  2. forkFinallyWithUnmask :: IO a -> ((forall x . () => IO x -> IO x) -> IO b) -> IO ThreadId

    slave-thread SlaveThread

    Like forkFinally, but provides the computation a function that unmasks asynchronous exceptions. See Note [Unmask] at the bottom of this module.

  3. forkWithUnmask :: ((forall x . () => IO x -> IO x) -> IO a) -> IO ThreadId

    slave-thread SlaveThread

    Like fork, but provides the computation a function that unmasks asynchronous exceptions. See Note [Unmask] at the bottom of this module.

  4. forceLogin :: AuthUser -> Handler b (AuthManager b) (Either AuthFailure ())

    snap Snap.Snaplet.Auth

    Login and persist the given AuthUser in the active session Meant to be used if you have other means of being sure that the person is who she says she is.

  5. forceState :: forall (m :: Type -> Type) s . Monad m => StateT s m ()

    srtree Algorithm.EqSat.Build

    No documentation available.

  6. forwardSub :: (PrimMonad m, MonadThrow m, MonadIO m) => SRMatrix -> PVector -> m PVector

    srtree Algorithm.Massiv.Utils

    No documentation available.

  7. forwardModeUniqueJac :: SRMatrix -> PVector -> Fix SRTree -> [PVector]

    srtree Algorithm.SRTree.AD

    The function forwardModeUnique calculates the numerical gradient of the tree and evaluates the tree at the same time. It assumes that each parameter has a unique occurrence in the expression. This should be significantly faster than forwardMode.

  8. force_stop :: Opt -> IO Result

    srtree Numeric.Optimization.NLOPT.Bindings

    No documentation available.

  9. formatReport :: Report -> ByteString

    statsd-rupp System.Metrics.StatsD.Internal

    No documentation available.

  10. forceUpdate :: Host -> BusName -> IO ()

    status-notifier-item StatusNotifier.Host.Service

    No documentation available.

Page 188 of many | Previous | Next