qm-interpolated-string-0.2.1.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 #