CurryInfo: icurry-3.2.0 / FlatCurry.CaseCompletion.completeRule

definition: Info
 
completeRule :: CaseOptions -> Rule -> Rule
completeRule _ (External n) = External n
completeRule opts (Rule args rhs) =
  Rule args (completeExp opts rhs)
demand: Info
 argument 2
deterministic: Info
 deterministic operation
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{External}) |-> {External} || (_,{Rule}) |-> {Rule}}
name: Info
 completeRule
precedence: Info
 no precedence defined
result-values: Info
 {External,Rule}
signature: Info
 CaseOptions -> FlatCurry.Types.Rule -> FlatCurry.Types.Rule
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term