Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. forking :: MonadRCU s m => m a -> m (Thread m a)

    rcu Control.Concurrent.RCU.Class

    Fork a thread

  2. forking :: MonadRCU s m => m a -> m (Thread m a)

    rcu Control.Concurrent.RCU.GC

    Fork a thread

  3. forking :: MonadRCU s m => m a -> m (Thread m a)

    rcu Control.Concurrent.RCU.QSBR

    Fork a thread

  4. force :: Thunk -> IO ()

    rec-def System.IO.RecThunk

    Force the execution of the thunk. If it has been forced already, it will do nothing. Else it will run the action passed to thunk, force thunks returned by that action, and not return until all of them are forced.

  5. fork :: Measured v a => SplayTree v a -> a -> SplayTree v a -> SplayTree v a

    rope-utf16-splay Data.SplayTree

    No documentation available.

  6. forest :: forall m (v :: Type -> Type) x . (Monad m, Inner SVector v) => Word64 -> Int -> Int -> Int -> Int -> Double -> Int -> ConduitT () (Embed v Double x) m () -> m (RPForest Double (Vector (Embed v Double x)))

    rp-tree Data.RPTree

    Populate a forest from a data stream Assumptions on the data source:

    • non-empty : contains at least one value
    • stationary : each chunk is representative of the whole dataset
    • bounded : we wait until the end of the stream to produce a result

  7. forestBatch :: forall (v :: Type -> Type) x . Inner SVector v => Word64 -> Int -> Int -> Int -> Double -> Int -> Vector (Embed v Double x) -> RPForest Double (Vector (Embed v Double x))

    rp-tree Data.RPTree

    Populate a forest from a data stream Assumptions on the data source:

    • non-empty : contains at least one value

  8. formatEnabled :: ServerConfig -> Bool

    rzk Language.Rzk.VSCode.Config

    No documentation available.

  9. formatDocument :: Handler LSP 'Method_TextDocumentFormatting

    rzk Language.Rzk.VSCode.Handlers

    No documentation available.

  10. format :: String -> String

    rzk Rzk.Format

    Format Rzk code, returning the formatted version.

Page 184 of many | Previous | Next