definition: |
constNodeAttrList :: String -> String -> Point -> Float -> [(String,String)] constNodeAttrList sColour fColour (x,y) width = [("x",show $ x - (width / 2)), ("y",show $ y - ((snd nodeSize) / 2)), ("width",(show $ width)), ("height",(show $ snd nodeSize))] ++ (colourAttrList sColour fColour) |
demand: |
argument 3 |
deterministic: |
deterministic operation |
failfree: |
(_, _, _, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,{(,)},_) |-> _} |
name: |
constNodeAttrList |
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 |