-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Simple raw string quotation and dictionary interpolation -- @package rawstring-qm @version 0.1.5 module Data.Text.ToText class ToText a toText :: ToText a => a -> Text instance ToText String instance ToText Text instance ToText Float instance ToText Integer instance ToText Int module Data.String.QM qq :: QuasiQuoter -- | QuasiQuoter for interpolating '$var' and '{expr}' into a string -- literal. The pattern portion is undefined. qm :: QuasiQuoter instance [incoherent] Show StringPart