Comments only
[ghc-hetmet.git] / compiler / basicTypes / MkId.lhs
index 172f8b0..8f71aab 100644 (file)
@@ -413,10 +413,10 @@ type (e.g. 'b' in T2).
 
 \begin{code}
 
--- XXX - autrijus -
--- Plan: 1. Determine naughtiness by comparing field type vs result type
---       2. Install naughty ones with selector_ty of type _|_ and fill in mzero for info
---       3. If it's not naughty, do the normal plan.
+-- Steps for handling "naughty" vs "non-naughty" selectors:
+--  1. Determine naughtiness by comparing field type vs result type
+--  2. Install naughty ones with selector_ty of type _|_ and fill in mzero for info
+--  3. If it's not naughty, do the normal plan.
 
 mkRecordSelId :: TyCon -> FieldLabel -> Id
 mkRecordSelId tycon field_label
@@ -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