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. type family RecAll (f :: u -> Type) (rs :: [u]) (c :: Type -> Constraint)

    vinyl Data.Vinyl.TypeLevel

    A constraint-former which applies to every field in a record.

  2. withNameAll :: forall nm (v :: Type -> Type) m n b . (IsName nm, Metric v, Semigroup m, OrderedField n) => nm -> ([Subdiagram b v n m] -> QDiagram b v n m -> QDiagram b v n m) -> QDiagram b v n m -> QDiagram b v n m

    diagrams-core Diagrams.Core

    Given a name and a diagram transformation indexed by a list of subdiagrams, perform the transformation using the collection of all such subdiagrams associated with (some qualification of) the given name.

  3. withNameAll :: forall nm (v :: Type -> Type) m n b . (IsName nm, Metric v, Semigroup m, OrderedField n) => nm -> ([Subdiagram b v n m] -> QDiagram b v n m -> QDiagram b v n m) -> QDiagram b v n m -> QDiagram b v n m

    diagrams-core Diagrams.Core.Types

    Given a name and a diagram transformation indexed by a list of subdiagrams, perform the transformation using the collection of all such subdiagrams associated with (some qualification of) the given name.

  4. call :: Serializable a => Static (SerializableDict a) -> NodeId -> Closure (Process a) -> Process a

    distributed-process Control.Distributed.Process

    Run a process remotely and wait for it to reply We monitor the remote process: if it dies before it can send a reply, we die too. For more information about Static, SerializableDict, and Closure, see Control.Distributed.Process.Closure. See also spawn.

  5. callLocal :: Process a -> Process a

    distributed-process Control.Distributed.Process

    Local version of call. Running a process in this way isolates it from messages sent to the caller process, and also allows silently dropping late or duplicate messages sent to the isolated process after it exits. Silently dropping messages may not always be the best approach.

  6. finally :: Process a -> Process b -> Process a

    distributed-process Control.Distributed.Process

    Deprecated: Use Control.Monad.Catch.finally instead

  7. call' :: Serializable a => NodeId -> Closure (Process a) -> Process a

    distributed-process Control.Distributed.Process.Closure

    Works just like standard call, but with a simpler signature.

  8. TraceAll :: TraceSubject

    distributed-process Control.Distributed.Process.Debug

    No documentation available.

  9. deleteAllBy1st :: (Ord a, Ord b, Ord v) => a -> BiMultiMap a b v -> BiMultiMap a b v

    distributed-process Control.Distributed.Process.Internal.BiMultiMap

    Deletes all triplets whose first component is the given value.

  10. deleteAllBy2nd :: (Ord a, Ord b, Ord v) => b -> BiMultiMap a b v -> BiMultiMap a b v

    distributed-process Control.Distributed.Process.Internal.BiMultiMap

    Like deleteAllBy1st but deletes by the second component of the triplets.

Page 467 of many | Previous | Next