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

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