primops.txt.pp: add missing type application in description of GHC.Prim.Any
authorAdam Megacz <megacz@cs.berkeley.edu>
Sat, 23 Apr 2011 03:22:06 +0000 (20:22 -0700)
committerIan Lynagh <igloo@earth.li>
Thu, 28 Apr 2011 19:17:05 +0000 (20:17 +0100)
commite11c554e94c39223ea55991a552ccb244dfe4364
treea65bbeed6e429fb9e6f06231954c24c352dedc52
parent51bbdda993815fc0c3e55cbfcc60ffd512b9d4bd
primops.txt.pp: add missing type application in description of GHC.Prim.Any

Understanding GHC.Prim.Any is all about understanding the need for
explicit type applications in CoreSyn; the previous example had one
explicit type application but was missing the other, which this patch
adds.  It also expands the explanation, based on SPJ's post here:

  http://article.gmane.org/gmane.comp.lang.haskell.cvs.ghc/46551
compiler/prelude/primops.txt.pp