shakespeare-2.0.1: A toolkit for making compile-time interpolated templates

Safe HaskellNone

Text.Shakespeare.Text

Synopsis

Documentation

type TextUrl url = RenderUrl url -> BuilderSource

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.