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.

  1. forceOn :: Int -> MultiParticleState -> Force -> OneBodyForce

    LPFP-core LPFPCore.MultipleObjects

    No documentation available.

  2. forcesOn :: Int -> MultiParticleState -> [Force] -> [OneBodyForce]

    LPFP-core LPFPCore.MultipleObjects

    No documentation available.

  3. forcesOn' :: Int -> MultiParticleState -> [Force] -> [OneBodyForce]

    LPFP-core LPFPCore.MultipleObjects

    No documentation available.

  4. formGroup :: Html -> Html

    blaze-bootstrap Text.Blaze.Bootstrap

    No documentation available.

  5. formSelect :: (Eq k, ToValue k, ToMarkup v) => Text -> AttributeValue -> [(k, v)] -> Maybe k -> Html

    blaze-bootstrap Text.Blaze.Bootstrap

    No documentation available.

  6. formSubmit :: Html -> Html

    blaze-bootstrap Text.Blaze.Bootstrap

    No documentation available.

  7. forEach :: forall a b (es :: Effects) r . (forall (e1 :: Effects) . () => Coroutine a b e1 -> Eff (e1 :& es) r) -> (a -> Eff es b) -> Eff es r

    bluefin Bluefin.Coroutine

    Apply an effectful function to each element yielded to the stream.

    >>> runPureEff $ yieldToList $ \y -> do
    for_ [0 .. 4] $ \i -> do
    yield y i
    yield y (i * 10)
    ([0, 0, 1, 10, 2, 20, 3, 30], ())
    

  8. forEach :: forall a b (es :: Effects) r . (forall (e1 :: Effects) . () => Coroutine a b e1 -> Eff (e1 :& es) r) -> (a -> Eff es b) -> Eff es r

    bluefin Bluefin.Stream

    Apply an effectful function to each element yielded to the stream.

    >>> runPureEff $ yieldToList $ \y -> do
    for_ [0 .. 4] $ \i -> do
    yield y i
    yield y (i * 10)
    ([0, 0, 1, 10, 2, 20, 3, 30], ())
    

  9. force :: (Cased Mixed b -> c) -> b -> c

    cased Data.Cased

    No documentation available.

  10. forConcurrently :: (MonadUnliftIO m, Traversable t) => t a -> (a -> m b) -> m (t b)

    classy-prelude-yesod ClassyPrelude.Yesod

    Similar to mapConcurrently but with arguments flipped

Page 200 of many | Previous | Next