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. socketFormatterEventBroadcast :: SocketFormatter -> TChan NodeEvent

    sandwich Test.Sandwich.Formatters.Socket

    Broadcast channel for streaming node lifecycle events to connected clients.

  2. socketFormatterLogBroadcast :: SocketFormatter -> TChan (Int, String, LogEntry)

    sandwich Test.Sandwich.Formatters.Socket

    Broadcast channel for streaming logs to connected clients.

  3. socketFormatterPath :: SocketFormatter -> Maybe FilePath

    sandwich Test.Sandwich.Formatters.Socket

    Socket path. Nothing = <run-root>/socket.sock

  4. socketFormatterServerAsync :: SocketFormatter -> IORef (Maybe (Async ()))

    sandwich Test.Sandwich.Formatters.Socket

    Internal: handle to the running server thread, used for cleanup.

  5. defaultTerminalUIFormatter :: TerminalUIFormatter

    sandwich Test.Sandwich.Formatters.TerminalUI

    Default settings for the terminal UI formatter.

  6. isTuiFormatterSupported :: IO Bool

    sandwich Test.Sandwich.Formatters.TerminalUI

    No documentation available.

  7. terminalUICustomExceptionFormatters :: TerminalUIFormatter -> CustomExceptionFormatters

    sandwich Test.Sandwich.Formatters.TerminalUI

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

  8. 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.

  9. waitForTree :: RunNode context -> IO Result

    sandwich Test.Sandwich.Internal

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

  10. optFormatter :: CommandLineOptions a -> FormatterType

    sandwich Test.Sandwich.Misc

    No documentation available.

Page 606 of many | Previous | Next