X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FdeSugar%2FDsBinds.lhs;fp=ghc%2Fcompiler%2FdeSugar%2FDsBinds.lhs;h=a62b9692e487af8593cc21d97600a4359aa48086;hb=9af77fa423926fbda946b31e174173d0ec5ebac8;hp=4f2323d4edc7770538699fa7da0c9fbe14ac2da1;hpb=69e55e7476392a2b59b243a32065350c258d4970;p=ghc-hetmet.git diff --git a/ghc/compiler/deSugar/DsBinds.lhs b/ghc/compiler/deSugar/DsBinds.lhs index 4f2323d..a62b969 100644 --- a/ghc/compiler/deSugar/DsBinds.lhs +++ b/ghc/compiler/deSugar/DsBinds.lhs @@ -14,14 +14,14 @@ module DsBinds ( dsMonoBinds, AutoScc(..) ) where import {-# SOURCE #-} DsExpr( dsExpr ) +import DsMonad +import DsGRHSs ( dsGuarded ) +import DsUtils import HsSyn -- lots of things import CoreSyn -- lots of things import CoreUtils ( exprType, mkInlineMe, mkSCC ) import TcHsSyn ( TypecheckedMonoBinds ) -import DsMonad -import DsGRHSs ( dsGuarded ) -import DsUtils import Match ( matchWrapper ) import CmdLineOpts ( opt_AutoSccsOnAllToplevs, opt_AutoSccsOnExportedToplevs )