Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. afterMountOperationShowUnmountProgress :: (IsMountOperation a, MonadIO m) => a -> ((?self :: a) => MountOperationShowUnmountProgressCallback) -> m SignalHandlerId

    gi-gio GI.Gio.Objects.MountOperation

    Connect a signal handler for the showUnmountProgress signal, to be run after the default handler. When overloading is enabled, this is equivalent to

    after mountOperation #showUnmountProgress callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

  2. onMountOperationShowProcesses :: (IsMountOperation a, MonadIO m) => a -> ((?self :: a) => MountOperationShowProcessesCallback) -> m SignalHandlerId

    gi-gio GI.Gio.Objects.MountOperation

    Connect a signal handler for the showProcesses signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on mountOperation #showProcesses callback
    

  3. onMountOperationShowUnmountProgress :: (IsMountOperation a, MonadIO m) => a -> ((?self :: a) => MountOperationShowUnmountProgressCallback) -> m SignalHandlerId

    gi-gio GI.Gio.Objects.MountOperation

    Connect a signal handler for the showUnmountProgress signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on mountOperation #showUnmountProgress callback
    

  4. traceShow :: Show a => a -> b -> b

    relude Relude.Debug

    Warning: traceShow remains in code

  5. traceShowId :: Show a => a -> a

    relude Relude.Debug

    Warning: traceShowId remains in code

  6. traceShowM :: (Show a, Applicative f) => a -> f ()

    relude Relude.Debug

    Warning: traceShowM remains in code

  7. traceShowWith :: Show b => (a -> b) -> a -> a

    relude Relude.Debug

    Warning: 'traceShowWith remains in code

  8. pTraceShow :: Show a => a -> b -> b

    pretty-simple Debug.Pretty.Simple

    Warning: pTraceShow remains in code

  9. pTraceShowForceColor :: Show a => a -> b -> b

    pretty-simple Debug.Pretty.Simple

    Warning: pTraceShowForceColor remains in code

  10. pTraceShowId :: Show a => a -> a

    pretty-simple Debug.Pretty.Simple

    Warning: pTraceShowId remains in code

Page 246 of many | Previous | Next