Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. forces :: R -> [State1D -> R]

    LPFP-core LPFPCore.Mechanics1D

    No documentation available.

  2. forceOn :: 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. forcesOn' :: Int -> MultiParticleState -> [Force] -> [OneBodyForce]

    LPFP-core LPFPCore.MultipleObjects

    No documentation available.

  5. formGroup :: Html -> Html

    blaze-bootstrap Text.Blaze.Bootstrap

    No documentation available.

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

    blaze-bootstrap Text.Blaze.Bootstrap

    No documentation available.

  7. formSubmit :: Html -> Html

    blaze-bootstrap Text.Blaze.Bootstrap

    No documentation available.

  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.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], ())
    

  9. 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], ())
    

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

    cased Data.Cased

    No documentation available.

Page 200 of many | Previous | Next