Fix warning (FIX validate)
[ghc-hetmet.git] / compiler / deSugar / DsExpr.lhs
index dce8870..5366c56 100644 (file)
@@ -532,7 +532,7 @@ dsDo        :: [LStmt Id]
        -> Type                 -- Type of the whole expression
        -> DsM CoreExpr
 
-dsDo stmts body result_ty
+dsDo stmts body _result_ty
   = go (map unLoc stmts)
   where
     go [] = dsLExpr body