definition: |
funcNodeAttrList :: String -> String -> Point -> Float -> [(String,String)] funcNodeAttrList sColour fColour (x,y) width = [("cx",(show x)), ("cy",(show y)), ("rx",(show $ (width) / 2)), ("ry",(show $ (snd nodeSize) / 2))] ++ (colourAttrList sColour fColour) |
demand: |
argument 3 |
deterministic: |
deterministic operation |
failfree: |
(_, _, _, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,{(,)},_) |-> _} |
name: |
funcNodeAttrList |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
String -> String -> (Prelude.Float, Prelude.Float) -> Prelude.Float -> [(String, String)] |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |