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.
settingIterations :: Settings -> !Iterationssydtest Test.Syd.OptParse How many iterations to use to look diagnose flakiness
settingMaxDiscard :: Settings -> !Intsydtest Test.Syd.OptParse The maximum number of discarded examples per tested example
settingMaxShrinks :: Settings -> !Intsydtest Test.Syd.OptParse The maximum number of tries to use while shrinking a counterexample.
settingMaxSize :: Settings -> !Intsydtest Test.Syd.OptParse The maximum size parameter to supply to generators
settingMaxSuccess :: Settings -> !Intsydtest Test.Syd.OptParse How many examples to run a property test with
settingProfile :: Settings -> !Boolsydtest Test.Syd.OptParse Profiling mode
settingRandomiseExecutionOrder :: Settings -> !Boolsydtest Test.Syd.OptParse Randomise the execution order of the tests in the test suite
settingReportFile :: Settings -> !Maybe (Path Abs File)sydtest Test.Syd.OptParse Where to store the report
settingReportProgress :: Settings -> !ReportProgresssydtest Test.Syd.OptParse How to report progress
settingRetries :: Settings -> !Wordsydtest Test.Syd.OptParse How many times to retry a test for flakiness diagnostics