Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : ghc-7.6

http://hackage.haskell.org/trac/ghc/changeset/faee968e525f9d3b634f9566431aa3f20d49f0f6

>---------------------------------------------------------------

commit faee968e525f9d3b634f9566431aa3f20d49f0f6
Author: Ian Lynagh <i...@well-typed.com>
Date:   Fri Jan 4 20:21:00 2013 +0000

    Fix build for 7.6 branch

>---------------------------------------------------------------

 compiler/coreSyn/PprExternalCore.lhs |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/compiler/coreSyn/PprExternalCore.lhs 
b/compiler/coreSyn/PprExternalCore.lhs
index a88303d..5495ff6 100644
--- a/compiler/coreSyn/PprExternalCore.lhs
+++ b/compiler/coreSyn/PprExternalCore.lhs
@@ -117,8 +117,6 @@ pty (NthCoercion n t) =
   sep [text "%nth", int n, paty t]
 pty (InstCoercion t1 t2) =
   sep [text "%inst", paty t1, paty t2]
-pty (AxiomCoercion tc i cos) = 
-  pqname tc <+> int i <+> sep (map paty cos)
 pty ty@(Tapp {}) = pappty ty []
 pty ty@(Tvar {}) = paty ty
 pty ty@(Tcon {}) = paty ty



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to