CurryInfo: property-prover-2.0.0 / ESMT.sortIdsOfSort

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