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. printFormatterLogLevel :: PrintFormatter -> Maybe LogLevel

    sandwich Test.Sandwich.Formatters.Print

    Log level to show in output. Defaults to LevelWarn.

  2. printFormatterUseColor :: PrintFormatter -> Bool

    sandwich Test.Sandwich.Formatters.Print

    Whether to use color in output. Defaults to True.

  3. printFormatterVisibilityThreshold :: PrintFormatter -> Int

    sandwich Test.Sandwich.Formatters.Print

    Visibility threshold. Nodes above this threshold will not be shown.

  4. defaultSilentFormatter :: SilentFormatter

    sandwich Test.Sandwich.Formatters.Silent

    No documentation available.

  5. silentFormatterPrintRunRoot :: SilentFormatter -> Bool

    sandwich Test.Sandwich.Formatters.Silent

    No documentation available.

  6. defaultTerminalUIFormatter :: TerminalUIFormatter

    sandwich Test.Sandwich.Formatters.TerminalUI

    Default settings for the terminal UI formatter.

  7. isTuiFormatterSupported :: IO Bool

    sandwich Test.Sandwich.Formatters.TerminalUI

    No documentation available.

  8. terminalUICustomExceptionFormatters :: TerminalUIFormatter -> CustomExceptionFormatters

    sandwich Test.Sandwich.Formatters.TerminalUI

    Custom exception formatters, used to nicely format custom exception types.

  9. RunNodeBefore :: forall s l t context . RunNodeCommonWithStatus s l t -> [RunNodeWithStatus context s l t] -> ExampleT context IO () -> RunNodeWithStatus context s l t

    sandwich Test.Sandwich.Internal

    No documentation available.

  10. waitForTree :: RunNode context -> IO Result

    sandwich Test.Sandwich.Internal

    Wait for a tree, catching any synchronous exceptions and returning them as a list

Page 602 of many | Previous | Next