definition:
|
sortIdsOfSort :: SMT.Sort -> [SMT.Ident]
sortIdsOfSort (SMT.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:
|
Language.SMTLIB.Types.Sort -> [String]
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
reducible on all ground data terms
|