definition: |
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: |
no demanded arguments |
deterministic: |
deterministic operation |
failfree: |
(_, _, _, _, _, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,_,_,_,_) |-> {XElem}} |
name: |
constNodeSvg |
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 |