X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fcompiler%2FdeSugar%2FDsGRHSs.lhs;h=b36632699daa4914d1480ca806ccfefc8ce367df;hb=f714e6b642fd614a9971717045ae47c3d871275e;hp=60c67bc440eef4efcb619951fdc91aa51460a419;hpb=9e90a28e134b8e5af3f6ec9b7300bc41324fea9c;p=ghc-hetmet.git diff --git a/ghc/compiler/deSugar/DsGRHSs.lhs b/ghc/compiler/deSugar/DsGRHSs.lhs index 60c67bc..b366326 100644 --- a/ghc/compiler/deSugar/DsGRHSs.lhs +++ b/ghc/compiler/deSugar/DsGRHSs.lhs @@ -12,7 +12,7 @@ import {-# SOURCE #-} DsExpr ( dsLExpr, dsLet ) import {-# SOURCE #-} Match ( matchSinglePat ) import HsSyn ( Stmt(..), HsExpr(..), GRHSs(..), GRHS(..), - HsMatchContext(..), Pat(..), LStmt ) + HsMatchContext(..), Pat(..) ) import CoreSyn ( CoreExpr ) import Type ( Type ) import Var ( Id )