definition: |
showFlatFunc :: FuncDecl -> String showFlatFunc (Func name arity vis ftype rl) = "\n (Func " ++ show name ++ " " ++ show arity ++ " " ++ showFlatVisibility vis ++ "\n " ++ showFlatTypeExpr ftype ++ "\n " ++ showFlatRule rl ++ ")" |
demand: |
argument 1 |
deterministic: |
deterministic operation |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({Func}) |-> _} |
name: |
showFlatFunc |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
FlatCurry.Types.FuncDecl -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |