CurryInfo: icurry-3.2.0 / TermGraph.SVG.constNodeSvg

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