Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. settingSeed :: Settings -> !SeedSetting

    sydtest Test.Syd.OptParse

    The seed to use for deterministic randomness

  2. settingSkipPassed :: Settings -> !Bool

    sydtest Test.Syd.OptParse

    Whether to skip running tests that have already passed.

  3. settingThreads :: Settings -> !Threads

    sydtest Test.Syd.OptParse

    How parallel to run the test suite

  4. settingTimeout :: Settings -> !Timeout

    sydtest Test.Syd.OptParse

    How many microseconds wait for a test to finish before considering it failed

  5. setPseudorandomness :: SeedSetting -> IO ()

    sydtest Test.Syd.Runner

    No documentation available.

  6. setEmptyBody :: SomeResponse -> SomeResponse

    servant-server Servant.Server.Internal.ResponseRender

    No documentation available.

  7. setFdMode :: Fd -> FileMode -> IO ()

    unix-compat System.PosixCompat.Files

    setFdMode fd mode acts like setFileMode but uses a file descriptor fd instead of a FilePath. Note: calls fchmod.

  8. setFdOwnerAndGroup :: Fd -> UserID -> GroupID -> IO ()

    unix-compat System.PosixCompat.Files

    Acts as setOwnerAndGroup but uses a file descriptor instead of a FilePath. Note: calls fchown.

  9. setFdSize :: Fd -> FileOffset -> IO ()

    unix-compat System.PosixCompat.Files

    Acts as setFileSize but uses a file descriptor instead of a FilePath. Note: calls ftruncate.

  10. setFileCreationMask :: FileMode -> IO FileMode

    unix-compat System.PosixCompat.Files

    setFileCreationMask mode sets the file mode creation mask to mode. Modes set by this operation are subtracted from files and directories upon creation. The previous file creation mask is returned. Note: calls umask.

Page 212 of many | Previous | Next