CurryInfo: ertools-3.0.0 / Database.ERD.Generic.defaultString

definition: Info
 
defaultString :: String -> String -> String
defaultString def s = if null s then def else s
demand: Info
 argument 2
deterministic: Info
 deterministic operation
documentation: Info
 
----------------------------------------------------------------------
If the second argument is a null string, return the first argument
(the default string), otherwise return the second argument.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 defaultString
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String -> String -> String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms