From 4cc1ed3b25dd2c565341665b3b4175dfdbc4328f Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Mon, 7 Jul 2008 10:31:10 +0000 Subject: [PATCH] White space only --- compiler/iface/TcIface.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/iface/TcIface.lhs b/compiler/iface/TcIface.lhs index 4bc6a48..43ec524 100644 --- a/compiler/iface/TcIface.lhs +++ b/compiler/iface/TcIface.lhs @@ -980,7 +980,7 @@ tcIfaceGlobal name { type_env <- setLclEnv () get_type_env -- yuk ; case lookupNameEnv type_env name of Just thing -> return thing - Nothing -> pprPanic "tcIfaceGlobal (local): not found:" + Nothing -> pprPanic "tcIfaceGlobal (local): not found:" (ppr name $$ ppr type_env) } ; _ -> do -- 1.7.10.4