TemplateHaskell: expose the Haskell `QuasiQuoter`
I think it would be great to expose TemplateHaskell's own Haskell QuasiQuoter to users, to be extended by users of template-haskell.
In particular, doing so would expose wired-in functions
quoteHsExp :: String -> Q ExpquoteHsPat :: String -> Q PatquoteHsType :: String -> Q TypequoteHsDec :: String -> Q Dec
(Kudos to @chrisdone for suggesting this on discord.)