CurryInfo: icurry-3.2.0 / TermGraph.SVG.constNodeAttrList

definition: Info
 
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: Info
 argument 3
deterministic: Info
 deterministic operation
failfree: Info
 (_, _, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,{(,)},_) |-> _}
name: Info
 constNodeAttrList
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String -> String -> (Prelude.Float, Prelude.Float) -> Prelude.Float
-> [(String, String)]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term