Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
haddock
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo von Holtz
haddock
Commits
db88f8a2
Commit
db88f8a2
authored
22 years ago
by
simonmar
Browse files
Options
Downloads
Patches
Plain Diff
[haddock @ 2002-04-29 15:55:46 by simonmar]
remove a trace
parent
8a2c2549
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/HaddockHtml.hs
+2
-2
2 additions, 2 deletions
src/HaddockHtml.hs
with
2 additions
and
2 deletions
src/HaddockHtml.hs
+
2
−
2
View file @
db88f8a2
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment