CurryInfo: currydoc-4.0.0 / CurryDoc.Read.showCategory

definition:
 
showCategory :: Category -> String
showCategory General   = "General libraries"
showCategory Algorithm = "Data structures and algorithms"
showCategory Database  = "Database access and manipulation"
showCategory Web       = "Libraries for web applications"
showCategory Meta      = "Libraries for meta-programming"
demand:
 argument 1
deterministic:
 deterministic operation
documentation:
 
Show a category
failfree:
 _
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {({General}) |-> {:} || ({Algorithm}) |-> {:} || ({Database}) |-> {:} || ({Web}) |-> {:} || ({Meta}) |-> {:}}
name:
 showCategory
precedence:
 no precedence defined
result-values:
 {:}
signature:
 Category -> String
solution-complete:
 operationally complete operation
terminating:
 yes
totally-defined:
 reducible on all ground data terms