Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. rawForkIO :: IO () -> IO ThreadId

    async Control.Concurrent.Async.Internal

    No documentation available.

  2. rawForkOn :: Int -> IO () -> IO ThreadId

    async Control.Concurrent.Async.Internal

    No documentation available.

  3. data FPFormat

    scientific Data.ByteString.Builder.Scientific

    Control the rendering of floating point numbers.

  4. data FPFormat

    scientific Data.Scientific

    Control the rendering of floating point numbers.

  5. data FPFormat

    scientific Data.Text.Lazy.Builder.Scientific

    Control the rendering of floating point numbers.

  6. createProcessGroupFor :: ProcessID -> IO ProcessGroupID

    unix System.Posix.Process

    createProcessGroupFor pid calls setpgid to make process pid a new process group leader.

  7. createProcessGroupFor :: ProcessID -> IO ProcessGroupID

    unix System.Posix.Process.ByteString

    createProcessGroupFor pid calls setpgid to make process pid a new process group leader.

  8. createProcessGroupFor :: ProcessID -> IO ProcessGroupID

    unix System.Posix.Process.PosixString

    createProcessGroupFor pid calls setpgid to make process pid a new process group leader.

  9. getGroupEntryForID :: GroupID -> IO GroupEntry

    unix System.Posix.User

    getGroupEntryForID gid calls getgrgid_r to obtain the GroupEntry information associated with GroupID gid. This operation may fail with isDoesNotExistError if no such group exists.

  10. getGroupEntryForName :: String -> IO GroupEntry

    unix System.Posix.User

    getGroupEntryForName name calls getgrnam_r to obtain the GroupEntry information associated with the group called name. This operation may fail with isDoesNotExistError if no such group exists.

Page 420 of many | Previous | Next