CurryInfo: icurry-3.2.0 / FlatCurry.CaseCompletion.completeFun

definition:
completeFun :: CaseOptions -> FuncDecl -> FuncDecl
completeFun opts (Func fn ar vis texp rule) =
  Func fn ar vis texp (completeRule opts rule)
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Complete all nested cases in a FlatCurry function.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{Func}) |-> {Func}}
name:
completeFun
precedence:
no precedence defined
result-values:
{Func}
signature:
CaseOptions -> FlatCurry.Types.FuncDecl -> FlatCurry.Types.FuncDecl
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term