Shpadoinkle-template-0.0.0.2: Read standard file formats into Shpadoinkle with Template Haskell
Shpadoinkle.Template.TH
data CleanUp Source #
Constructors
Defined in Shpadoinkle.Template.TH
Methods
(==) :: CleanUp -> CleanUp -> Bool Source #
(/=) :: CleanUp -> CleanUp -> Bool Source #
embedAsciidoc :: FilePath -> Q Exp Source #
embedAsciidocWithPreprocess :: (FilePath -> IO ()) -> FilePath -> Q Exp Source #
embedHtml :: FilePath -> Q Exp Source #
embedHtmlWithPreprocess :: (FilePath -> IO ()) -> FilePath -> Q Exp Source #
embedHtml' :: CleanUp -> FilePath -> Q Exp Source #
embedHtmlWithPreprocess' :: (FilePath -> IO ()) -> CleanUp -> FilePath -> Q Exp Source #
breakClosing :: Text -> [Token] -> ([Token], [Token]) Source #
tokenToExp :: [Token] -> [Exp] Source #
attrToExp :: Attr -> Exp Source #
asText :: Text -> Exp Source #