X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcDefaults.lhs;h=0011215fe6e1fbc9b0fbd41d9854df635aff6172;hb=311b1cdfc9b1c311cc53482c461c18cba8885b2a;hp=6c9de36a3c099979b3336f97596373b9c94847b7;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/typecheck/TcDefaults.lhs b/compiler/typecheck/TcDefaults.lhs index 6c9de36..0011215 100644 --- a/compiler/typecheck/TcDefaults.lhs +++ b/compiler/typecheck/TcDefaults.lhs @@ -1,4 +1,5 @@ % +% (c) The University of Glasgow 2006 % (c) The AQUA Project, Glasgow University, 1993-1998 % \section[TcDefaults]{Typechecking \tr{default} declarations} @@ -8,15 +9,15 @@ module TcDefaults ( tcDefaults ) where #include "HsVersions.h" -import HsSyn ( DefaultDecl(..), LDefaultDecl ) -import Name ( Name ) +import HsSyn +import Name import TcRnMonad -import TcEnv ( tcLookupClass ) -import TcHsType ( tcHsSigType, UserTypeCtxt( DefaultDeclCtxt ) ) -import TcSimplify ( tcSimplifyDefault ) -import TcType ( Type, mkClassPred, isTauTy ) -import PrelNames ( numClassName ) -import SrcLoc ( Located(..) ) +import TcEnv +import TcHsType +import TcSimplify +import TcType +import PrelNames +import SrcLoc import Outputable \end{code}