CurryInfo: failfree-4.0.0 / ESMT.allSigs

definition:
allSigs :: [Command] -> [FunSigTerm]
allSigs = concatMap sigOfCmd
 where sigOfCmd cmd = case cmd of DefineSigsRec fts -> fts
                                  _                 -> []
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- All signatures in a list of commands.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {.._#lambda508}}
name:
allSigs
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
[Command] -> [([String], FunSig, Term)]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms