CurryInfo: spicey-4.2.0 / Spicey.GenerationHelper.isStringDom

definition: Info
 
isStringDom :: Domain -> Bool
isStringDom dom = case dom of
                   StringDom _ -> True
                   _           -> False
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Is the attribute domain a string domain?
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({StringDom}) |-> {True} || ({IntDom}) |-> _ || ({FloatDom}) |-> _ || ({CharDom}) |-> _ || ({BoolDom}) |-> _ || ({DateDom}) |-> _ || ({UserDefined}) |-> _ || ({KeyDom}) |-> _}
name: Info
 isStringDom
precedence: Info
 no precedence defined
result-values: Info
 {False,True}
signature: Info
 Database.ERD.Domain -> Prelude.Bool
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms