Skip to content

Commit fac9e84

Browse files
ncfavierMarge Bot
authored andcommitted
docs: Fix typo
1 parent 20db7e2 commit fac9e84

File tree

1 file changed

+1
-1
lines changed
  • libraries/template-haskell/Language/Haskell/TH

1 file changed

+1
-1
lines changed

libraries/template-haskell/Language/Haskell/TH/Syntax.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ instance heads which unify with @nm tys@, they need not actually be satisfiable.
687687
@B@ themselves implement 'Eq'
688688
689689
- @reifyInstances ''Show [ 'VarT' ('mkName' "a") ]@ produces every available
690-
instance of 'Eq'
690+
instance of 'Show'
691691
692692
There is one edge case: @reifyInstances ''Typeable tys@ currently always
693693
produces an empty list (no matter what @tys@ are given).

0 commit comments

Comments
 (0)