summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAarne Ranta <aarne@chalmers.se>2018-12-18 19:05:42 +0200
committerGitHub <noreply@github.com>2018-12-18 19:05:42 +0200
commit77c0a8e1008181afeed80b89f84ce84f4a125830 (patch)
treebed7607a38772632aa62ba1c33cdb831063c2d0a /src
parent86233e9c286cd224e813310528c7cba0e203a3fc (diff)
parent40e7544a2beda2e0579e39114ba7ff4f722acbc1 (diff)
Merge branch 'master' into master
Diffstat (limited to 'src')
-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