summaryrefslogtreecommitdiff
path: root/src/runtime/haskell/PGF/VisualizeTree.hs
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2015-11-05 08:23:33 +0000
committeraarne <aarne@chalmers.se>2015-11-05 08:23:33 +0000
commiteb49b6ab568b6da88a7ddb28029a663ff324dffa (patch)
tree3c8c71e5c78471bc0c4bbfbdd9b7878653ef63b3 /src/runtime/haskell/PGF/VisualizeTree.hs
parent0786dc6f42fdbf6a4039ffb47667c85d405af625 (diff)
improved documentation of vp -showdep
Diffstat (limited to 'src/runtime/haskell/PGF/VisualizeTree.hs')
-rw-r--r--src/runtime/haskell/PGF/VisualizeTree.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/haskell/PGF/VisualizeTree.hs b/src/runtime/haskell/PGF/VisualizeTree.hs
index f0b4de1ac..01c21281c 100644
--- a/src/runtime/haskell/PGF/VisualizeTree.hs
+++ b/src/runtime/haskell/PGF/VisualizeTree.hs
@@ -300,7 +300,7 @@ graphvizBracketedString opts mbl tree bss = render graphviz_code
"head" -> ""
l -> l
_ -> argLabel fun arg
- argLabel fun arg = showCId fun ++ "#" ++ show arg
+ argLabel fun arg = "dep#" ++ show arg --showCId fun ++ "#" ++ show arg
mkLeafNode cat word
| noDep opts = word --- || not (noCat opts) -- show POS only if intermediate nodes hidden