X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FdeSugar%2FDsExpr.lhs;h=b823437e27349f1b917613d6f3e7930cde7b3e5d;hb=3fc260d4bcdc6711c9b20cee0915c52c8365bb74;hp=27077eb3299aafc8466650ac116d4a4ae20b57dc;hpb=e618109e7d3f313ea334dd8f53803971fb99e797;p=ghc-hetmet.git diff --git a/compiler/deSugar/DsExpr.lhs b/compiler/deSugar/DsExpr.lhs index 27077eb..b823437 100644 --- a/compiler/deSugar/DsExpr.lhs +++ b/compiler/deSugar/DsExpr.lhs @@ -505,10 +505,8 @@ dsExpr (HsBinTick ixT ixF e) = do \begin{code} -#ifdef DEBUG -- HsSyn constructs that just shouldn't be here: dsExpr (ExprWithTySig _ _) = panic "dsExpr:ExprWithTySig" -#endif findField :: [HsRecField Id arg] -> Name -> [arg]