CurryInfo: icurry-3.2.0 / TermGraph.SVG.colourAttrList

definition: Info
 
colourAttrList :: String -> String -> [(String,String)]
colourAttrList sColour fColour =
      [ ("fill",fColour),
        ("stroke",sColour),
        ("stroke-width",if sColour /= "black"
          then "3"
          else "1") ]
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> {:}}
name: Info
 colourAttrList
precedence: Info
 no precedence defined
result-values: Info
 {:}
signature: Info
 String -> String -> [(String, String)]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms