summaryrefslogtreecommitdiff
path: root/src/runtime/haskell/PGF/VisualizeTree.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/haskell/PGF/VisualizeTree.hs')
-rw-r--r--src/runtime/haskell/PGF/VisualizeTree.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/haskell/PGF/VisualizeTree.hs b/src/runtime/haskell/PGF/VisualizeTree.hs
index b372a0070..53cf96a04 100644
--- a/src/runtime/haskell/PGF/VisualizeTree.hs
+++ b/src/runtime/haskell/PGF/VisualizeTree.hs
@@ -808,14 +808,14 @@ getCncDepLabels s = wlabels s ++ flabels s
sortBy (comparing fst) .
concatMap analyse .
filter chooseW .
- map rmcomments .
+-- map rmcomments .
lines
flabels =
map Right .
map collectTags .
map words .
filter chooseF .
- map rmcomments .
+-- map rmcomments .
lines
--- choose is for compatibility with the general notation