definition: |
funcArity :: FuncDecl -> Int funcArity = trFunc (\_ arity _ _ _ -> arity) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- get arity of function |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {trFunc}} |
name: |
funcArity |
precedence: |
no precedence defined |
result-values: |
{trFunc} |
signature: |
FlatCurry.Types.FuncDecl -> Prelude.Int |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |