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.
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.
-
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.
-
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.
call :: Serializable a => Static (SerializableDict a) -> NodeId -> Closure (Process a) -> Process adistributed-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.
callLocal :: Process a -> Process adistributed-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.
finally :: Process a -> Process b -> Process adistributed-process Control.Distributed.Process Deprecated: Use Control.Monad.Catch.finally instead
call' :: Serializable a => NodeId -> Closure (Process a) -> Process adistributed-process Control.Distributed.Process.Closure Works just like standard call, but with a simpler signature.
-
distributed-process Control.Distributed.Process.Debug No documentation available.
deleteAllBy1st :: (Ord a, Ord b, Ord v) => a -> BiMultiMap a b v -> BiMultiMap a b vdistributed-process Control.Distributed.Process.Internal.BiMultiMap Deletes all triplets whose first component is the given value.
deleteAllBy2nd :: (Ord a, Ord b, Ord v) => b -> BiMultiMap a b v -> BiMultiMap a b vdistributed-process Control.Distributed.Process.Internal.BiMultiMap Like deleteAllBy1st but deletes by the second component of the triplets.