CurryInfo: failfree-4.0.0 / ESMT.allQIdsOfSigs

definition: Info
 
allQIdsOfSigs :: [FunSigTerm] -> [QIdent]
allQIdsOfSigs = foldr union [] . map allQIdsOfSig
 where allQIdsOfSig (_,_,t) = allQIdsOfTerm t
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
All possibly sorted identifiers occurring in a define-sig element.
failfree: Info
 ()
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> {.._#lambda508}}
name: Info
 allQIdsOfSigs
precedence: Info
 no precedence defined
result-values: Info
 {.._#lambda508}
signature: Info
 [([String], FunSig, Term)] -> [QIdent]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms