Layout and comments only
[ghc-hetmet.git] / compiler / stgSyn / StgSyn.lhs
index a184d5e..2749081 100644 (file)
@@ -173,8 +173,9 @@ constructors, primitives, and literals.
 
   | StgOpApp   StgOp           -- Primitive op or foreign call
                [GenStgArg occ] -- Saturated
-               Type            -- Result type; we need to know the result type
-                               -- so that we can assign result registers.
+               Type            -- Result type
+                               -- We need to know this so that we can 
+                               -- assign result registers
 \end{code}
 
 %************************************************************************