Properly keep track of whether normalising given or wanted dicts
[ghc-hetmet.git] / compiler / deSugar / DsExpr.lhs
index 66c57de..68bf3f1 100644 (file)
@@ -181,7 +181,7 @@ scrungleMatch var scrut body
     scrungle (Let binds body)  = Let binds (scrungle body)
     scrungle other = panic ("scrungleMatch: tuple pattern:\n" ++ showSDoc (ppr other))
 
-\end{code}     
+\end{code}
 
 %************************************************************************
 %*                                                                     *