[project @ 2003-12-10 17:29:26 by simonmar]
authorsimonmar <unknown>
Wed, 10 Dec 2003 17:29:26 +0000 (17:29 +0000)
committersimonmar <unknown>
Wed, 10 Dec 2003 17:29:26 +0000 (17:29 +0000)
Fix syntax error

ghc/compiler/parser/RdrHsSyn.lhs

index 8d9e17d..caad5ed 100644 (file)
@@ -160,7 +160,7 @@ mkClassDecl (cxt, cname, tyvars) fds sigs mbinds
   = ClassDecl { tcdCtxt = cxt, tcdLName = cname, tcdTyVars = tyvars,
                tcdFDs = fds,  
                tcdSigs = sigs,
-               tcdMeths = mbinds,
+               tcdMeths = mbinds
                }
 
 mkTyData new_or_data (context, tname, tyvars) data_cons maybe