|
definition: |
domainToString :: Domain -> String domainToString domain = case domain of IntDom _ -> "int" FloatDom _ -> "float" CharDom _ -> "char" StringDom _ -> "string" BoolDom _ -> "bool" DateDom _ -> "date" UserDefined _ _ -> "userDefined" KeyDom _ -> "key" |
|
demand: |
argument 1 |
|
deterministic: |
deterministic operation |
|
failfree: |
_ |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{({IntDom}) |-> {:} || ({FloatDom}) |-> {:} || ({CharDom}) |-> {:} || ({StringDom}) |-> {:} || ({BoolDom}) |-> {:} || ({DateDom}) |-> {:} || ({UserDefined}) |-> {:} || ({KeyDom}) |-> {:}}
|
|
name: |
domainToString |
|
precedence: |
no precedence defined |
|
result-values: |
{:}
|
|
signature: |
Database.ERD.Domain -> String |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |