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. format :: forall a f . Functor f => (Format -> f Format) -> Style a -> f (Style a)

    rainbow Rainbow.Types

    No documentation available.

  2. forP :: [a] -> (a -> Run b) -> Run [b]

    rattle Development.Rattle

    Parallel version of forM.

  3. forP_ :: [a] -> (a -> Run b) -> Run ()

    rattle Development.Rattle

    Parallel version of forM.

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

    rcu Control.Concurrent.RCU.Class

    Fork a thread

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

    rcu Control.Concurrent.RCU.GC

    Fork a thread

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

    rcu Control.Concurrent.RCU.QSBR

    Fork a thread

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

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

    rope-utf16-splay Data.SplayTree

    No documentation available.

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

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

Page 184 of many | Previous | Next