Skip to content
Snippets Groups Projects
Commit db88f8a2 authored by Simon Marlow's avatar Simon Marlow
Browse files

[haddock @ 2002-04-29 15:55:46 by simonmar]

remove a trace
parent 8a2c2549
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ import FiniteMap
import List ( sortBy )
import Char ( toUpper, toLower )
import Monad ( when )
import IOExts
--import IOExts
import Html
import qualified Html
......@@ -521,7 +521,7 @@ ppHsDataDecl doc_map summary is_newty decl@(HsDataDecl loc ctx nm args cons drv)
= isNothing (lookupFM doc_map nm) && all field_has_no_doc fields
field_has_no_doc (HsFieldDecl nms _ _)
= trace (show nms ++ show (map (isNothing . lookupFM doc_map) nms)) $ all isNothing (map (lookupFM doc_map) nms)
= all isNothing (map (lookupFM doc_map) nms)
ppShortConstr :: Bool -> HsConDecl -> Html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment