1 2 3 4 5 6 7 8 9
{-# LANGUAGE QuasiQuotes #-} module UsingQuasiquotes where import Quasiquoter baz = [string| foo bar |] ++ [string| some mulitline quasiquote |]