Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. print_commands :: Bool -> Sh a -> Sh a

    shelly Shelly

    Create a sub-Sh with command echoing on or off Defaults to False, set to True by verbosely

  2. print_commands_with :: (Text -> IO ()) -> Sh a -> Sh a

    shelly Shelly

    Create a sub-Sh in which commands are sent to the user-defined function.

  3. print_stderr :: Bool -> Sh a -> Sh a

    shelly Shelly

    Create a sub-Sh with stderr printing on or off Defaults to True.

  4. print_stdout :: Bool -> Sh a -> Sh a

    shelly Shelly

    Create a sub-Sh with stdout printing on or off Defaults to True.

  5. print_commands :: MonadShControl m => Bool -> m a -> m a

    shelly Shelly.Lifted

    No documentation available.

  6. print_commands_with :: MonadShControl m => (Text -> IO ()) -> m a -> m a

    shelly Shelly.Lifted

    No documentation available.

  7. print_stderr :: MonadShControl m => Bool -> m a -> m a

    shelly Shelly.Lifted

    No documentation available.

  8. print_stdout :: MonadShControl m => Bool -> m a -> m a

    shelly Shelly.Lifted

    No documentation available.

  9. print_commands :: Bool -> Sh a -> Sh a

    shelly Shelly.Pipe

    see 'S.print_commands

  10. print_stdout :: Bool -> Sh a -> Sh a

    shelly Shelly.Pipe

    see print_stdout

Page 20 of many | Previous | Next