Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. printFormatterIncludeCallStacks :: PrintFormatter -> Bool

    sandwich Test.Sandwich.Formatters.Print

    Whether to include callstacks with failures.

  2. printFormatterIndentSize :: PrintFormatter -> Int

    sandwich Test.Sandwich.Formatters.Print

    The indentation unit in spaces. Defaults to 4.

  3. printFormatterLogLevel :: PrintFormatter -> Maybe LogLevel

    sandwich Test.Sandwich.Formatters.Print

    Log level to show in output. Defaults to LevelWarn.

  4. printFormatterUseColor :: PrintFormatter -> Bool

    sandwich Test.Sandwich.Formatters.Print

    Whether to use color in output. Defaults to True.

  5. printFormatterVisibilityThreshold :: PrintFormatter -> Int

    sandwich Test.Sandwich.Formatters.Print

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

  6. defaultSilentFormatter :: SilentFormatter

    sandwich Test.Sandwich.Formatters.Silent

    No documentation available.

  7. silentFormatterPrintRunRoot :: SilentFormatter -> Bool

    sandwich Test.Sandwich.Formatters.Silent

    No documentation available.

  8. data SocketFormatter

    sandwich Test.Sandwich.Formatters.Socket

    No documentation available.

  9. SocketFormatter :: Maybe FilePath -> IORef (Maybe (Async ())) -> TChan (Int, String, LogEntry) -> TChan NodeEvent -> SocketFormatter

    sandwich Test.Sandwich.Formatters.Socket

    No documentation available.

  10. defaultSocketFormatter :: IO SocketFormatter

    sandwich Test.Sandwich.Formatters.Socket

    No documentation available.

Page 605 of many | Previous | Next