Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
Transformation :: (v n :-: v n) -> (v n :-: v n) -> v n -> Transformation (v :: Type -> Type) ndiagrams-core Diagrams.Core.Transform No documentation available.
transform :: Transformable t => Transformation (V t) (N t) -> t -> tdiagrams-core Diagrams.Core.Transform Apply a transformation to an object.
DTransform :: Transformation v n -> DNode b (v :: Type -> Type) n adiagrams-core Diagrams.Core.Types No documentation available.
infoRegisteredNames :: ProcessInfo -> [String]distributed-process Control.Distributed.Process No documentation available.
uforward :: Message -> ProcessId -> Process ()distributed-process Control.Distributed.Process Forward a raw Message to the given ProcessId. Unlike forward, this function is insensitive to reconnect. It will try to send the message regardless of the history of connection failures between the nodes.
infoRegisteredNames :: ProcessInfo -> [String]distributed-process Control.Distributed.Process.Internal.Primitives No documentation available.
uforward :: Message -> ProcessId -> Process ()distributed-process Control.Distributed.Process.Internal.Primitives Forward a raw Message to the given ProcessId. Unlike forward, this function is insensitive to reconnect. It will try to send the message regardless of the history of connection failures between the nodes.
infoRegisteredNames :: ProcessInfo -> [String]distributed-process Control.Distributed.Process.Internal.Types No documentation available.
BeforeNonBlank :: Doc a -> Doc adoclayout Text.DocLayout Doc that renders only before nonblank.
beforeNonBlank :: Doc a -> Doc adoclayout Text.DocLayout beforeNonBlank d conditionally includes d unless it is followed by blank space.