shakespeare-text-1.0.0.8: Interpolation with quasi-quotation: put variables strings

Safe HaskellNone

Text.Shakespeare.Text

Synopsis

Documentation

type TextUrl url = RenderUrl url -> BuilderSource

class ToText a whereSource

Methods

toText :: a -> BuilderSource

Instances

renderTextUrl :: RenderUrl url -> TextUrl url -> TextSource

textFileDebug :: FilePath -> Q ExpSource

Deprecated: Please use textFileReload instead

strict text

lazy text, same as stext :) * Yesod code generation

codegen :: QuasiQuoterSource

codegen is designed for generating Yesod code, including templates So it uses different interpolation characters that won't clash with templates. You can use the normal text quasiquoters to generate code

codegenSt :: QuasiQuoterSource

Generates strict Text codegen is designed for generating Yesod code, including templates So it uses different interpolation characters that won't clash with templates.