hunk ./README 12 -(c) rohan drape, 2006-2011 +(c) rohan drape, 2006-2012 hunk ./Sound/SC3/UGen/Dot.hs 115 -label :: Node -> String -label nd = +node_label :: Node -> String +node_label nd = hunk ./Sound/SC3/UGen/Dot.hs 140 - else concat [label ln + else concat [node_label ln hunk ./Sound/SC3/UGen/Dot.hs 145 - ,label (find_node g ri) + ,node_label (find_node g ri) hunk ./Sound/SC3/UGen/Dot.hs 173 - let lbl = label u + let lbl = node_label u hunk ./Sound/SC3/UGen/Dot.hs 187 - concat [label u + concat [node_label u hunk ./hsc3-dot.cabal 8 -Copyright: (c) Rohan Drape, 2006-2011 +Copyright: (c) Rohan Drape, 2006-2012