seq what we actually want to seq, not the seq'ing function
authorIan Lynagh <igloo@earth.li>
Wed, 13 Feb 2008 13:18:57 +0000 (13:18 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 13 Feb 2008 13:18:57 +0000 (13:18 +0000)
compiler/coreSyn/PprCore.lhs

index f297a79..9d6f0bd 100644 (file)
@@ -292,7 +292,7 @@ pprTyVarBndr tyvar
 pprIdBndr id = ppr id <+> pprIdBndrInfo (idInfo id)
 
 pprIdBndrInfo info 
-  = megaSeqIdInfo `seq` doc -- The seq is useful for poking on black holes
+  = megaSeqIdInfo info `seq` doc -- The seq is useful for poking on black holes
   where
     prag_info = inlinePragInfo info
     occ_info  = occInfo info