CurryInfo: icurry-3.2.0 / FlatCurry.CaseCompletion.completeProg

definition: Info
 
completeProg :: CaseOptions -> Prog -> Prog
completeProg opts (Prog mn imps types funs ops) =
  Prog mn imps types (map (completeFun opts) funs) ops
demand: Info
 argument 2
deterministic: Info
 deterministic operation
documentation: Info
 
Complete all nested cases in a FlatCurry program.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{Prog}) |-> {Prog}}
name: Info
 completeProg
precedence: Info
 no precedence defined
result-values: Info
 {Prog}
signature: Info
 CaseOptions -> FlatCurry.Types.Prog -> FlatCurry.Types.Prog
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term