CurryInfo: call-analysis-3.2.0 / TRS.allFunctions

definition: Info
 
allFunctions :: [Rule] -> [(String,Int)]
allFunctions rules = nub (map funOf rules)
 where funOf (Rule rf args _) = (rf,length args)
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
get all function/arity pairs defined by a list of rules:
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {:,[]}}
name: Info
 allFunctions
precedence: Info
 no precedence defined
result-values: Info
 {:,[]}
signature: Info
 [Rule] -> [(String, Prelude.Int)]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms