Comments only
authorsimonpj@microsoft.com <unknown>
Fri, 4 Aug 2006 08:24:03 +0000 (08:24 +0000)
committersimonpj@microsoft.com <unknown>
Fri, 4 Aug 2006 08:24:03 +0000 (08:24 +0000)
compiler/basicTypes/MkId.lhs

index 0c430da..8f71aab 100644 (file)
@@ -571,10 +571,10 @@ mkRecordSelId tycon field_label
 -- it manipulates CoreSyn.
 
 mkReboxingAlt
-  :: [Unique]                  -- Uniques for the new Ids
+  :: [Unique]          -- Uniques for the new Ids
   -> DataCon
-  -> [Var]                     -- Source-level args, including existential dicts
-  -> CoreExpr                  -- RHS
+  -> [Var]             -- Source-level args, including existential dicts
+  -> CoreExpr          -- RHS
   -> CoreAlt
 
 mkReboxingAlt us con args rhs