qm-interpolated-string-0.1.0.0: Implementation of interpolated multiline strings
Text.InterpolatedString.QM
qm :: QuasiQuoter Source #
class ShowQ a where Source #
Minimal complete definition
showQ
Methods
showQ :: a -> String Source #
Instances
showQ :: Char -> String Source #
showQ :: String -> String Source #
showQ :: ByteString -> String Source #
showQ :: Text -> String Source #