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.
printUrlEncoded :: Map ByteString [ByteString] -> ByteStringsnap-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"
printUrlEncoded :: Map ByteString [ByteString] -> ByteStringsnap-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"
printMsg :: MonadEditor m => Text -> m ()yi-core Yi.Editor Prints a message with defaultStyle.
printMsgs :: MonadEditor m => [Text] -> m ()yi-core Yi.Editor Prints a all given messages with defaultStyle.
printStatus :: MonadEditor m => Status -> m ()yi-core Yi.Editor No documentation available.
printableChar :: (MonadFail m, MonadInteract m w Event) => m Charyi-core Yi.Keymap.Keys No documentation available.
-
yi-core Yi.Misc No documentation available.
printFormatterIncludeCallStacks :: PrintFormatter -> Boolsandwich Test.Sandwich.Formatters.Print Whether to include callstacks with failures.
printFormatterIndentSize :: PrintFormatter -> Intsandwich Test.Sandwich.Formatters.Print The indentation unit in spaces. Defaults to 4.
printFormatterLogLevel :: PrintFormatter -> Maybe LogLevelsandwich Test.Sandwich.Formatters.Print Log level to show in output. Defaults to LevelWarn.