diff options
| author | Aarne Ranta <aarne@chalmers.se> | 2018-12-18 19:05:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-18 19:05:42 +0200 |
| commit | 77c0a8e1008181afeed80b89f84ce84f4a125830 (patch) | |
| tree | bed7607a38772632aa62ba1c33cdb831063c2d0a | |
| parent | 86233e9c286cd224e813310528c7cba0e203a3fc (diff) | |
| parent | 40e7544a2beda2e0579e39114ba7ff4f722acbc1 (diff) | |
Merge branch 'master' into master
| -rw-r--r-- | src/runtime/haskell/PGF/VisualizeTree.hs | 4 |
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 |
