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