definition:
|
getCategoryID :: Category -> String
getCategoryID General = "general"
getCategoryID Algorithm = "algorithm"
getCategoryID Database = "database"
getCategoryID Web = "web"
getCategoryID Meta = "meta"
|
demand:
|
argument 1
|
deterministic:
|
deterministic operation
|
documentation:
|
--- ID for a category
|
failfree:
|
_
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{({General}) |-> {:} || ({Algorithm}) |-> {:} || ({Database}) |-> {:} || ({Web}) |-> {:} || ({Meta}) |-> {:}}
|
name:
|
getCategoryID
|
precedence:
|
no precedence defined
|
result-values:
|
{:}
|
signature:
|
Category -> String
|
solution-complete:
|
operationally complete operation
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|