CurryInfo: icurry-3.2.0 / TermGraph.SVG.funcNodeSvg

definition:
funcNodeSvg :: String -> String -> String -> NodeID -> Point -> Float -> XmlExp
funcNodeSvg label sColour fColour nid p width = XElem "g" [("class", "node" ++ (show nid))] [
                            (XElem "ellipse" (funcNodeAttrList sColour fColour p width) []),
                            (nodeTextSvg label p)]
demand:
no demanded arguments
deterministic:
deterministic operation
failfree:
(_, _, _, _, _, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_,_,_,_) |-> {XElem}}
name:
funcNodeSvg
precedence:
no precedence defined
result-values:
{XElem}
signature:
String -> String -> String -> Prelude.Int -> (Prelude.Float, Prelude.Float)
-> Prelude.Float -> XML.XmlExp
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term