• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. printMsgs :: MonadEditor m => [Text] -> m ()

    yi-core Yi.Editor

    Prints a all given messages with defaultStyle.

  2. printStatus :: MonadEditor m => Status -> m ()

    yi-core Yi.Editor

    No documentation available.

  3. printableChar :: (MonadFail m, MonadInteract m w Event) => m Char

    yi-core Yi.Keymap.Keys

    No documentation available.

  4. printFileInfoE :: EditorM ()

    yi-core Yi.Misc

    No documentation available.

  5. printFormatterIncludeCallStacks :: PrintFormatter -> Bool

    sandwich Test.Sandwich.Formatters.Print

    Whether to include callstacks with failures.

  6. printFormatterIndentSize :: PrintFormatter -> Int

    sandwich Test.Sandwich.Formatters.Print

    The indentation unit in spaces. Defaults to 4.

  7. printFormatterLogLevel :: PrintFormatter -> Maybe LogLevel

    sandwich Test.Sandwich.Formatters.Print

    Log level to show in output. Defaults to LevelWarn.

  8. printFormatterUseColor :: PrintFormatter -> Bool

    sandwich Test.Sandwich.Formatters.Print

    Whether to use color in output. Defaults to True.

  9. printFormatterVisibilityThreshold :: PrintFormatter -> Int

    sandwich Test.Sandwich.Formatters.Print

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

  10. printRunTree :: [RunNodeFixed ctx] -> IO ()

    sandwich Test.Sandwich.Internal

    No documentation available.

Page 14 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete