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.
-
LPFP-core LPFPCore.Mechanics1D No documentation available.
forceOn :: Int -> MultiParticleState -> Force -> OneBodyForceLPFP-core LPFPCore.MultipleObjects No documentation available.
forcesOn :: Int -> MultiParticleState -> [Force] -> [OneBodyForce]LPFP-core LPFPCore.MultipleObjects No documentation available.
forcesOn' :: Int -> MultiParticleState -> [Force] -> [OneBodyForce]LPFP-core LPFPCore.MultipleObjects No documentation available.
-
blaze-bootstrap Text.Blaze.Bootstrap No documentation available.
formSelect :: (Eq k, ToValue k, ToMarkup v) => Text -> AttributeValue -> [(k, v)] -> Maybe k -> Htmlblaze-bootstrap Text.Blaze.Bootstrap No documentation available.
-
blaze-bootstrap Text.Blaze.Bootstrap No documentation available.
-
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], ())
-
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], ())
force :: (Cased Mixed b -> c) -> b -> ccased Data.Cased No documentation available.