Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. printUrlEncoded :: Map ByteString [ByteString] -> ByteString

    snap-core Snap.Core

    Given a collection of key-value pairs with possibly duplicate keys (represented as a Map), construct a string in application/x-www-form-urlencoded format. Example:

    ghci> printUrlEncoded (fromList [(Name, ["John Doe"]), (Age, ["23"])])
    "Age=23&Name=John+Doe"
    

  2. printUrlEncoded :: Map ByteString [ByteString] -> ByteString

    snap-core Snap.Internal.Parsing

    Given a collection of key-value pairs with possibly duplicate keys (represented as a Map), construct a string in application/x-www-form-urlencoded format. Example:

    ghci> printUrlEncoded (fromList [(Name, ["John Doe"]), (Age, ["23"])])
    "Age=23&Name=John+Doe"
    

  3. printMsg :: MonadEditor m => Text -> m ()

    yi-core Yi.Editor

    Prints a message with defaultStyle.

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

    yi-core Yi.Editor

    Prints a all given messages with defaultStyle.

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

    yi-core Yi.Editor

    No documentation available.

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

    yi-core Yi.Keymap.Keys

    No documentation available.

  7. printFileInfoE :: EditorM ()

    yi-core Yi.Misc

    No documentation available.

  8. printFormatterIncludeCallStacks :: PrintFormatter -> Bool

    sandwich Test.Sandwich.Formatters.Print

    Whether to include callstacks with failures.

  9. printFormatterIndentSize :: PrintFormatter -> Int

    sandwich Test.Sandwich.Formatters.Print

    The indentation unit in spaces. Defaults to 4.

  10. printFormatterLogLevel :: PrintFormatter -> Maybe LogLevel

    sandwich Test.Sandwich.Formatters.Print

    Log level to show in output. Defaults to LevelWarn.

Page 14 of many | Previous | Next