-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | QuasiQuoter for Ruby-style multi-line interpolated strings. -- -- QuasiQuoter for Ruby-style multi-line interpolated strings. @package interpolatedstring-qq @version 0.1 -- | QuasiQuoter for interpolated strings using Ruby syntax. Expressions -- inside #{} will have show called. Multi-line strings are -- supported. Escaping of '#' and '{' is done with backslash. -- --
--   v :: String
--   v = [$istr| well #{"hello" ++ " there"} #{6*7}]
--   
-- -- v will have the value " well hello there 42" module Text.InterpolatedString.QQ -- | QuasiQuoter for interpolating Haskell values into a string literal. -- The pattern portion is undefined. istr :: QuasiQuoter instance Show StringPart