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. showProcessMakerForUser :: ProcessMaker a => a -> String

    process-extras System.Process.Common

    No documentation available.

  2. showCmdSpecForUser :: CmdSpec -> String

    process-extras System.Process.ListLike

    No documentation available.

  3. showCommandForUser :: FilePath -> [String] -> String

    process-extras System.Process.ListLike

    Given a program p and arguments args, showCommandForUser p args returns a string suitable for pasting into /bin/sh (on Unix systems) or CMD.EXE (on Windows).

  4. showCreateProcessForUser :: CreateProcess -> String

    process-extras System.Process.ListLike

    System.Process utility functions.

  5. showProcessMakerForUser :: ProcessMaker a => a -> String

    process-extras System.Process.ListLike

    No documentation available.

  6. sForM :: forall (t1 :: Type -> Type) a (m :: Type -> Type) b (t2 :: t1 a) (t3 :: a ~> m b) . (STraversable t1, SMonad m) => Sing t2 -> Sing t3 -> Sing (Apply (Apply (ForMSym0 :: TyFun (t1 a) ((a ~> m b) ~> m (t1 b)) -> Type) t2) t3)

    singletons-base Control.Monad.Singletons

    No documentation available.

  7. sForM_ :: forall (t1 :: Type -> Type) a (m :: Type -> Type) b (t2 :: t1 a) (t3 :: a ~> m b) . (SFoldable t1, SMonad m) => Sing t2 -> Sing t3 -> Sing (Apply (Apply (ForM_Sym0 :: TyFun (t1 a) ((a ~> m b) ~> m ()) -> Type) t2) t3)

    singletons-base Data.Foldable.Singletons

    No documentation available.

  8. sFor_ :: forall (t1 :: Type -> Type) a (f :: Type -> Type) b (t2 :: t1 a) (t3 :: a ~> f b) . (SFoldable t1, SApplicative f) => Sing t2 -> Sing t3 -> Sing (Apply (Apply (For_Sym0 :: TyFun (t1 a) ((a ~> f b) ~> f ()) -> Type) t2) t3)

    singletons-base Data.Foldable.Singletons

    No documentation available.

  9. sFor :: forall (t1 :: Type -> Type) a (f :: Type -> Type) b (t2 :: t1 a) (t3 :: a ~> f b) . (STraversable t1, SApplicative f) => Sing t2 -> Sing t3 -> Sing (Apply (Apply (ForSym0 :: TyFun (t1 a) ((a ~> f b) ~> f (t1 b)) -> Type) t2) t3)

    singletons-base Data.Traversable.Singletons

    No documentation available.

  10. sForM :: forall (t1 :: Type -> Type) a (m :: Type -> Type) b (t2 :: t1 a) (t3 :: a ~> m b) . (STraversable t1, SMonad m) => Sing t2 -> Sing t3 -> Sing (Apply (Apply (ForMSym0 :: TyFun (t1 a) ((a ~> m b) ~> m (t1 b)) -> Type) t2) t3)

    singletons-base Data.Traversable.Singletons

    No documentation available.

Page 582 of many | Previous | Next