definition: |
arityOf :: String -> [IFunction] -> Int arityOf fn prog = let IFunction _ ar _ _ _ = funcOf fn prog in ar |
demand: |
argument 2 |
deterministic: |
deterministic operation |
documentation: |
-- Returns the arity of a given function name. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
arityOf |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
String -> [ICurry.Types.IFunction] -> Prelude.Int |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |