cosmetic change.

This commit is contained in:
Kazu Yamamoto 2011-01-14 13:55:58 +09:00
parent 09d465c428
commit c3248b6e4f
1 changed files with 1 additions and 1 deletions

View File

@ -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