Reverted a change in the PrettyShow module because I'm no longer confident about it (original behaviour definitely worked)

This commit is contained in:
Neil Brown 2008-02-05 22:39:38 +00:00
parent 445d45752d
commit 673d6a4f76

View File

@ -141,9 +141,8 @@ doAny extFunc = extFunc (
`extQ` (doMap anyFunc :: Map.Map String A.NameDef -> Doc)
`extQ` (doMap anyFunc :: Map.Map String [A.Type] -> Doc)
`extQ` (doMap anyFunc :: Map.Map String [A.Actual] -> Doc)
-- `extQ` (doSet anyFunc :: Set.Set String -> Doc)
-- `extQ` (doSet anyFunc :: Set.Set A.Name -> Doc)
`ext1Q` (doSet anyFunc)
`extQ` (doSet anyFunc :: Set.Set String -> Doc)
`extQ` (doSet anyFunc :: Set.Set A.Name -> Doc)
)
where
anyFunc :: GenericQ Doc