1 2 3 4 5 6
{-# LANGUAGE TemplateHaskell #-} module T5971 where import Language.Haskell.TH _ = $(newName "x" >>= varE)