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. parallelCl2 :: ParallelClock cl1 cl2 -> cl2

    rhine FRP.Rhine.Schedule

    No documentation available.

  2. type FoldCallback a = a -> Text -> a

    shelly Shelly

    No documentation available.

  3. cmdAll :: ShellCmd t => FilePath -> [Text] -> t

    shelly Shelly

    No documentation available.

  4. finally_sh :: Sh a -> Sh b -> Sh a

    shelly Shelly

    Same as a normal finally but specialized for the Sh monad.

  5. get_env_all :: Sh [(String, String)]

    shelly Shelly

    Get the full environment.

  6. initAllHandles :: HandleInitializer -> StdInit

    shelly Shelly

    Apply a single initializer to all three standard process handles (stdin, stdout and stderr).

  7. type FoldCallback a = a -> Text -> a

    shelly Shelly.Lifted

    No documentation available.

  8. cmdAll :: ShellCmd t => FilePath -> [Text] -> t

    shelly Shelly.Lifted

    No documentation available.

  9. finally_sh :: Sh a -> Sh b -> Sh a

    shelly Shelly.Lifted

    Deprecated: use Control.Exception.Lifted.finally instead

  10. get_env_all :: MonadSh m => m [(String, String)]

    shelly Shelly.Lifted

    No documentation available.

Page 696 of many | Previous | Next