[project @ 2001-07-17 17:12:04 by sof]
[ghc-hetmet.git] / ghc / compiler / main / HscMain.lhs
index 16a9c01..a21f5f4 100644 (file)
@@ -513,9 +513,9 @@ hscStmt dflags hst hit pcs0 icontext stmt just_expr
                -- Typecheck it
          maybe_tc_return <- 
            if just_expr 
-               then case rn_stmt of { (syn, ExprStmt e _ _, decls) -> 
+               then case rn_stmt of { (ExprStmt e _ _, decls) -> 
                     typecheckExpr dflags pcs1 hst type_env
-                          print_unqual iNTERACTIVE (syn,e,decls) }
+                          print_unqual iNTERACTIVE (e,decls) }
                else typecheckStmt dflags pcs1 hst type_env
                           print_unqual iNTERACTIVE bound_names rn_stmt