qm-interpolated-string-0.2.0.0: Implementation of interpolated multiline strings

Safe HaskellSafe
LanguageHaskell98

Text.InterpolatedString.QM.ShowQ.Class

Documentation

class ShowQ a where Source #

Minimal complete definition

showQ

Methods

showQ :: a -> String Source #

Instances

ShowQ Char Source # 

Methods

showQ :: Char -> String Source #

Show a => ShowQ a Source # 

Methods

showQ :: a -> String Source #

ShowQ String Source # 

Methods

showQ :: String -> String Source #

ShowQ ByteString Source # 
ShowQ ByteString Source # 
ShowQ Text Source # 

Methods

showQ :: Text -> String Source #

ShowQ Text Source # 

Methods

showQ :: Text -> String Source #