Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. uniformVector :: (PrimMonad m, StatefulGen g m, Uniform a, Vector v a) => g -> Int -> m (v a)

    mwc-probability System.Random.MWC.Probability

    Generate a vector of pseudo-random variates. This is not necessarily faster than invoking uniform repeatedly in a loop, but it may be more convenient to use in some situations.

  2. acceptFork :: MonadIO m => Socket -> ((Socket, SockAddr) -> IO ()) -> m ThreadId

    network-simple Network.Simple.TCP

    Accept a single incoming connection and use it in a different thread. The connection socket is shut down and closed when done or in case of exceptions.

  3. data Information

    numeric-prelude Algebra.DimensionTerm

    No documentation available.

  4. Information :: Information

    numeric-prelude Algebra.DimensionTerm

    No documentation available.

  5. information :: Information

    numeric-prelude Algebra.DimensionTerm

    No documentation available.

  6. type Information a = T Information a

    numeric-prelude Number.DimensionTerm

    No documentation available.

  7. information :: a -> Information a

    numeric-prelude Number.DimensionTerm

    No documentation available.

  8. Information :: Dimension

    numeric-prelude Number.SI.Unit

    No documentation available.

  9. information :: T Dimension

    numeric-prelude Number.SI.Unit

    Some common quantity classes.

  10. natForEach :: forall (l :: Nat) (h :: Nat) a . NatRepr l -> NatRepr h -> (forall (n :: Nat) . (l <= n, n <= h) => NatRepr n -> a) -> [a]

    parameterized-utils Data.Parameterized.NatRepr

    Apply a function to each element in a range; return the list of values obtained.

Page 652 of many | Previous | Next