1 2 3 4 5 6 7 8 9
{-# OPTIONS_GHC -fplugin-opt Simple.SourcePlugin:a #-} {-# LANGUAGE TemplateHaskell, QuasiQuotes #-} module B where import QuasiQuotation $(return []) x = [stringify|x|]