selenium-0.2.2: Test web applications through a browser.Source codeContentsIndex
Selenium.Pretty
PortabilityNice combinators for joining up flat strings into URIs.
Stabilityprovisional
MaintainerDon Stewart <dons@galois.com>
Description
Synopsis
module Text.PrettyPrint
(<:>) :: String -> String -> String
(<?>) :: String -> String -> String
(<=>) :: String -> String -> String
(<&>) :: String -> String -> String
Documentation
module Text.PrettyPrint
(<:>) :: String -> String -> StringSource
Join two strings with :
(<?>) :: String -> String -> StringSource
Join two strings with ?
(<=>) :: String -> String -> StringSource
Join two strings with =
(<&>) :: String -> String -> StringSource
Join two strings with &
Produced by Haddock version 2.4.2