Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
forceState :: forall (m :: Type -> Type) s . Monad m => StateT s m ()srtree Algorithm.EqSat.Build No documentation available.
forwardSub :: (PrimMonad m, MonadThrow m, MonadIO m) => SRMatrix -> PVector -> m PVectorsrtree Algorithm.Massiv.Utils No documentation available.
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.
force_stop :: Opt -> IO Resultsrtree Numeric.Optimization.NLOPT.Bindings No documentation available.
formatReport :: Report -> ByteStringstatsd-rupp System.Metrics.StatsD.Internal No documentation available.
forceUpdate :: Host -> BusName -> IO ()status-notifier-item StatusNotifier.Host.Service No documentation available.
forkM :: Monad m => (i -> m a) -> (i -> m b) -> i -> m (a, b)status-notifier-item StatusNotifier.Util No documentation available.
fork :: MonadRunInIO m => m () -> m ThreadIdstreamly Streamly.Internal.Control.ForkLifted fork lifted to any monad with 'MonadBaseControl IO m' capability.
forkManaged :: MonadRunInIO m => m () -> m ThreadIdstreamly Streamly.Internal.Control.ForkLifted Fork a thread that is automatically killed as soon as the reference to the returned threadId is garbage collected.
forSocketM :: (MonadMask m, MonadIO m) => (Socket -> m ()) -> Socket -> m ()streamly Streamly.Internal.Network.Socket forSocketM action socket runs the monadic computation action passing the socket handle to it. The handle will be closed on exit from forSocketM, whether by normal termination or by raising an exception. If closing the handle raises an exception, then this exception will be raised by forSocketM rather than any exception raised by action.