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

definition:
 
sortIdsOfSort :: Sort -> [Ident]
sortIdsOfSort (SComb s ss) = s : concatMap sortIdsOfSort ss
demand:
 argument 1
deterministic:
 deterministic operation
documentation:
 
-----------------------------------------------------------------------
Get all sort identifiers occurring in a sort.
failfree:
 _
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {({SComb}) |-> {:}}
name:
 sortIdsOfSort
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