CurryInfo: icurry-3.2.0 / ICurry.Interpreter.arityOf

definition: Info
 
arityOf :: String -> [IFunction] -> Int
arityOf fn prog = let IFunction _ ar _ _ _ = funcOf fn prog in ar
demand: Info
 argument 2
deterministic: Info
 deterministic operation
documentation: Info
 
Returns the arity of a given function name.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 arityOf
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String -> [ICurry.Types.IFunction] -> 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