CurryInfo: icurry-3.2.0 / TermGraph.SVG.colourAttrList

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