Another tiny tidy-up to RnPat
authorsimonpj@microsoft.com <unknown>
Fri, 21 Aug 2009 10:08:26 +0000 (10:08 +0000)
committersimonpj@microsoft.com <unknown>
Fri, 21 Aug 2009 10:08:26 +0000 (10:08 +0000)
compiler/rename/RnPat.lhs

index b49e1cd..6ab4890 100644 (file)
@@ -481,7 +481,7 @@ rnHsRecFields1 ctxt mk_arg (HsRecFields { rec_flds = flds, rec_dotdot = dotdot }
                  extras = [ HsRecField
                               { hsRecFieldId = L loc f
                               , hsRecFieldArg = name_to_arg (L loc f)
-                              , hsRecPun = True }
+                              , hsRecPun = False }
                           | f <- absent_flds ]
 
            ; return (flds ++ extras) }