Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. trustMap :: p -> (v -> v) -> Checked p v -> Checked p v

    data-checked Data.Checked.Strict

    Apply a fuction that preserves the property to the checked value. Note that p is evaluated to WHNF, so you can't use undefined.

  2. distMatrix_ :: Source r Int => Array r Ix2 Int -> Array D Ix2 Double

    digraph Data.DiGraph.FloydWarshall

    Floyd Warshall Without Paths (more efficient, by factor of 2).

  3. type DFirstMassMoment = 'Dim 'Pos1 'Pos1 'Zero 'Zero 'Zero 'Zero 'Zero

    dimensional Numeric.Units.Dimensional.Quantities

    No documentation available.

  4. type FirstMassMoment = Quantity DFirstMassMoment

    dimensional Numeric.Units.Dimensional.Quantities

    No documentation available.

  5. postMessage :: Exchange -> Message -> Process ()

    distributed-process-execution Control.Distributed.Process.Execution

    Posts a Message to an exchange.

  6. postMessage :: Exchange -> Message -> Process ()

    distributed-process-execution Control.Distributed.Process.Execution.Exchange

    Posts a Message to an exchange.

  7. firstJustM :: Monad m => (a -> m (Maybe b)) -> [a] -> m (Maybe b)

    distribution-opensuse OpenSuse.Prelude

    Like findM, but also allows you to compute some additional information in the predicate.

  8. untilJustM :: Monad m => m (Maybe a) -> m a

    distribution-opensuse OpenSuse.Prelude

    Keep running an operation until it becomes a Just, then return the value inside the Just as the result of the overall loop.

  9. whenJustM :: Monad m => m (Maybe a) -> (a -> m ()) -> m ()

    distribution-opensuse OpenSuse.Prelude

    Like whenJust, but where the test can be monadic.

  10. whileJustM :: (Monad m, Monoid a) => m (Maybe a) -> m a

    distribution-opensuse OpenSuse.Prelude

    Keep running an operation until it becomes a Nothing, accumulating the monoid results inside the Justs as the result of the overall loop.

Page 176 of many | Previous | Next