CurryInfo: icurry-3.2.0 / TermGraph.SVG.svgCoord

definition:
 
svgCoord :: Point -> String
svgCoord (x,y) = (show x) ++ "," ++ (show y)
demand:
 argument 1
deterministic:
 deterministic operation
failfree:
 _
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {({(,)}) |-> _}
name:
 svgCoord
precedence:
 no precedence defined
result-values:
 _
signature:
 (Prelude.Float, Prelude.Float) -> String
solution-complete:
 operation might suspend on free variables
terminating:
 possibly non-terminating
totally-defined:
 possibly non-reducible on same data term