1 2 3 4 5 6 7
{-# LANGUAGE TemplateHaskell #-} module T15985 where import Language.Haskell.TH foo :: String foo = $(stringE (pprint EqualityT))