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. setTrace :: forall b (v :: Type -> Type) n m . (OrderedField n, Metric v, Semigroup m) => Trace v n -> QDiagram b v n m -> QDiagram b v n m

    diagrams-core Diagrams.Core.Types

    Replace the trace of a diagram.

  2. setTraceFlags :: TraceFlags -> Process ()

    distributed-process Control.Distributed.Process.Debug

    Set the given flags for the current tracer and wait for a TraceOk response from the trace coordinator process.

  3. setTraceFlagsAsync :: TraceFlags -> Process ()

    distributed-process Control.Distributed.Process.Debug

    Set the given flags for the current tracer.

  4. setTraceFlagsRemote :: TraceFlags -> NodeId -> Process ()

    distributed-process Control.Distributed.Process.Debug

    Set the given flags for a remote node (asynchronous).

  5. setTraceFlags :: TraceFlags -> Process ()

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

    Set the given flags for the current tracer and wait for a TraceOk response from the trace coordinator process.

  6. setTraceFlagsAsync :: TraceFlags -> Process ()

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

    Set the given flags for the current tracer.

  7. setTraceFlagsRemote :: TraceFlags -> NodeId -> Process ()

    distributed-process Control.Distributed.Process.Management.Internal.Trace.Remote

    Set the given flags for a remote node (asynchronous).

  8. setTraceFlags :: MxEventBus -> TraceFlags -> IO ()

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

    No documentation available.

  9. setTraceFlagsSync :: MxEventBus -> SendPort TraceOk -> TraceFlags -> IO ()

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

    No documentation available.

  10. setRectangleHeight :: MonadIO m => Rectangle -> Double -> m ()

    gi-cairo GI.Cairo.Structs.Rectangle

    Set the value of the “height” field. When overloading is enabled, this is equivalent to

    set rectangle [ #height := value ]
    

Page 298 of many | Previous | Next