Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setTraceFlagsAsync :: TraceFlags -> Process ()

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

    Set the given flags for the current tracer.

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

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

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

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

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

    No documentation available.

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

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

    No documentation available.

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

  6. setRectangleWidth :: MonadIO m => Rectangle -> Double -> m ()

    gi-cairo GI.Cairo.Structs.Rectangle

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

    set rectangle [ #width := value ]
    

  7. setRectangleX :: MonadIO m => Rectangle -> Double -> m ()

    gi-cairo GI.Cairo.Structs.Rectangle

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

    set rectangle [ #x := value ]
    

  8. setRectangleY :: MonadIO m => Rectangle -> Double -> m ()

    gi-cairo GI.Cairo.Structs.Rectangle

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

    set rectangle [ #y := value ]
    

  9. setRectangleIntHeight :: MonadIO m => RectangleInt -> Int32 -> m ()

    gi-cairo GI.Cairo.Structs.RectangleInt

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

    set rectangleInt [ #height := value ]
    

  10. setRectangleIntWidth :: MonadIO m => RectangleInt -> Int32 -> m ()

    gi-cairo GI.Cairo.Structs.RectangleInt

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

    set rectangleInt [ #width := value ]
    

Page 298 of many | Previous | Next