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

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