Comments only
[ghc-hetmet.git] / compiler / basicTypes / MkId.lhs
index b1c90b3..7060c80 100644 (file)
@@ -922,7 +922,7 @@ lazyId = pcMiscPrelId lazyIdName ty info
 
 Note [seqId magic]
 ~~~~~~~~~~~~~~~~~~
-'seq' is special in several ways.  
+'GHC.Prim.seq' is special in several ways.  
 
 a) Its second arg can have an unboxed type
       x `seq` (v +# w)