diff --git a/libraries/template-haskell/Language/Haskell/TH/Syntax.hs b/libraries/template-haskell/Language/Haskell/TH/Syntax.hs index d9928029e0dd405a0ced3087ef3199e1ae35d79c..6315c211c88ca0c2f62476e8fec05b7cda2b3322 100644 --- a/libraries/template-haskell/Language/Haskell/TH/Syntax.hs +++ b/libraries/template-haskell/Language/Haskell/TH/Syntax.hs @@ -687,7 +687,7 @@ instance heads which unify with @nm tys@, they need not actually be satisfiable. @B@ themselves implement 'Eq' - @reifyInstances ''Show [ 'VarT' ('mkName' "a") ]@ produces every available - instance of 'Eq' + instance of 'Show' There is one edge case: @reifyInstances ''Typeable tys@ currently always produces an empty list (no matter what @tys@ are given).