|
demand: |
argument 10 |
|
deterministic: |
deterministic operation |
|
failfree: |
(_, _, _, _, _, _, _, _, _, _) |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_,_,_,_,_,_,_,_,_,{Var}) |-> _ || (_,_,_,_,_,_,_,_,_,{Lit}) |-> _ || (_,_,_,_,_,_,_,_,_,{Comb}) |-> _ || (_,_,_,_,_,_,_,_,_,{Let}) |-> _ || (_,_,_,_,_,_,_,_,_,{Free}) |-> _ || (_,_,_,_,_,_,_,_,_,{Or}) |-> _ || (_,_,_,_,_,_,_,_,_,{Case}) |-> _ || (_,_,_,_,_,_,_,_,_,{Typed}) |-> _}
|
|
name: |
trExpr |
|
precedence: |
no precedence defined |
|
result-values: |
_ |
|
signature: |
(Prelude.Int -> a) -> (FlatCurry.Types.Literal -> a) -> (FlatCurry.Types.CombType -> (String, String) -> [a] -> a) -> ([(Prelude.Int, a)] -> a -> a) -> ([Prelude.Int] -> a -> a) -> (a -> a -> a) -> (FlatCurry.Types.CaseType -> a -> [b] -> a) -> (FlatCurry.Types.Pattern -> a -> b) -> (a -> FlatCurry.Types.TypeExpr -> a) -> FlatCurry.Types.Expr -> a |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
possibly non-terminating |
|
totally-defined: |
reducible on all ground data terms |