CurryInfo: icurry-3.2.0 / TermGraph.SVG.calcNodeWidth

definition:
 
calcNodeWidth :: String -> Float
calcNodeWidth lbl = max ((toFloat (length lbl)) * 9) (fst nodeSize)
demand:
 no demanded arguments
deterministic:
 deterministic operation
failfree:
 _
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {(_) |-> _}
name:
 calcNodeWidth
precedence:
 no precedence defined
result-values:
 _
signature:
 String -> Prelude.Float
solution-complete:
 operation might suspend on free variables
terminating:
 possibly non-terminating
totally-defined:
 possibly non-reducible on same data term