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.
rawForkIO :: IO () -> IO ThreadIdasync Control.Concurrent.Async.Internal No documentation available.
rawForkOn :: Int -> IO () -> IO ThreadIdasync Control.Concurrent.Async.Internal No documentation available.
-
scientific Data.ByteString.Builder.Scientific Control the rendering of floating point numbers.
-
scientific Data.Scientific Control the rendering of floating point numbers.
-
scientific Data.Text.Lazy.Builder.Scientific Control the rendering of floating point numbers.
createProcessGroupFor :: ProcessID -> IO ProcessGroupIDunix System.Posix.Process createProcessGroupFor pid calls setpgid to make process pid a new process group leader.
createProcessGroupFor :: ProcessID -> IO ProcessGroupIDunix System.Posix.Process.ByteString createProcessGroupFor pid calls setpgid to make process pid a new process group leader.
createProcessGroupFor :: ProcessID -> IO ProcessGroupIDunix System.Posix.Process.PosixString createProcessGroupFor pid calls setpgid to make process pid a new process group leader.
getGroupEntryForID :: GroupID -> IO GroupEntryunix 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.
getGroupEntryForName :: String -> IO GroupEntryunix 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.