CurryInfo: verify-non-fail-2.0.0 / Verify.ESMT.showSort

definition:
showSort :: Sort -> String
showSort (SComb s ss) = s ++ intercalate "_" (map showSort ss)
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- Shows a sort as a string.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({SComb}) |-> _}
name:
showSort
precedence:
no precedence defined
result-values:
_
signature:
Sort -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms