From c3248b6e4f3837c730e731f9ccac8823653b52cb Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Fri, 14 Jan 2011 13:55:58 +0900 Subject: [PATCH] cosmetic change. --- Info.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Info.hs b/Info.hs index 3e5605b..596f064 100644 --- a/Info.hs +++ b/Info.hs @@ -55,7 +55,7 @@ filterOutChildren get_thing xs where implicits = mkNameSet [getName t | x <- xs, t <- implicitTyThings (get_thing x)] -pprInfo :: PrintExplicitForalls -> (TyThing, Fixity, [GHC.Instance]) -> SDoc +pprInfo :: PrintExplicitForalls -> (TyThing, Fixity, [Instance]) -> SDoc pprInfo pefas (thing, fixity, insts) = pprTyThingInContextLoc pefas thing $$ show_fixity fixity