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.

  1. Transformation :: (v n :-: v n) -> (v n :-: v n) -> v n -> Transformation (v :: Type -> Type) n

    diagrams-core Diagrams.Core.Transform

    No documentation available.

  2. transform :: Transformable t => Transformation (V t) (N t) -> t -> t

    diagrams-core Diagrams.Core.Transform

    Apply a transformation to an object.

  3. DTransform :: Transformation v n -> DNode b (v :: Type -> Type) n a

    diagrams-core Diagrams.Core.Types

    No documentation available.

  4. infoRegisteredNames :: ProcessInfo -> [String]

    distributed-process Control.Distributed.Process

    No documentation available.

  5. 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.

  6. infoRegisteredNames :: ProcessInfo -> [String]

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

    No documentation available.

  7. 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.

  8. infoRegisteredNames :: ProcessInfo -> [String]

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

    No documentation available.

  9. BeforeNonBlank :: Doc a -> Doc a

    doclayout Text.DocLayout

    Doc that renders only before nonblank.

  10. beforeNonBlank :: Doc a -> Doc a

    doclayout Text.DocLayout

    beforeNonBlank d conditionally includes d unless it is followed by blank space.

Page 573 of many | Previous | Next