1
0
forked from GitHub/gf-core

Merge branch 'master' into master

This commit is contained in:
Aarne Ranta
2018-12-18 19:05:42 +02:00
committed by GitHub

View File

@@ -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