Fix warning (FIX validate)
authorRoman Leshchinskiy <rl@cse.unsw.edu.au>
Mon, 11 Feb 2008 04:02:11 +0000 (04:02 +0000)
committerRoman Leshchinskiy <rl@cse.unsw.edu.au>
Mon, 11 Feb 2008 04:02:11 +0000 (04:02 +0000)
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