simonpj 2003/01/13 09:01:29 PST
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.0.8
Precedence: bulk
List-Help: <mailto:[EMAIL PROTECTED]?subject=help>
List-Post: <mailto:[EMAIL PROTECTED]>
List-Subscribe: <http://www.haskell.org/mailman/listinfo/cvs-ghc>,
<mailto:[EMAIL PROTECTED]?subject=subscribe>
List-Id: GHC/CVS discussion and fptools/ghc CVS commit messages <cvs-ghc.haskell.org>
List-Unsubscribe: <http://www.haskell.org/mailman/listinfo/cvs-ghc>,
<mailto:[EMAIL PROTECTED]?subject=unsubscribe>
List-Archive: <http://www.haskell.org/pipermail/cvs-ghc/>
Date: Mon, 13 Jan 2003 09:01:30 -0800
Modified files:
ghc/compiler/basicTypes MkId.lhs
ghc/compiler/main MkIface.lhs
ghc/compiler/typecheck Inst.lhs TcClassDcl.lhs TcEnv.lhs
TcExpr.lhs TcInstDcls.lhs
TcRnDriver.lhs TcRnTypes.lhs
TcSplice.lhs
ghc/compiler/types Class.lhs
Log:
------------------------------------
(a) Improve reporting of staging errors
(b) Tidy up the construction of dict funs
and default methods
------------------------------------
Revision Changes Path
1.106 +5 -4 fptools/ghc/compiler/basicTypes/MkId.lhs
1.168 +1 -5 fptools/ghc/compiler/main/MkIface.lhs
1.110 +7 -25 fptools/ghc/compiler/typecheck/Inst.lhs
1.123 +3 -5 fptools/ghc/compiler/typecheck/TcClassDcl.lhs
1.116 +43 -23 fptools/ghc/compiler/typecheck/TcEnv.lhs
1.142 +6 -15 fptools/ghc/compiler/typecheck/TcExpr.lhs
1.156 +1 -4 fptools/ghc/compiler/typecheck/TcInstDcls.lhs
1.21 +1 -2 fptools/ghc/compiler/typecheck/TcRnDriver.lhs
1.16 +1 -1 fptools/ghc/compiler/typecheck/TcRnTypes.lhs
1.16 +23 -22 fptools/ghc/compiler/typecheck/TcSplice.lhs
1.38 +1 -0 fptools/ghc/compiler/types/Class.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc