CurryInfo: call-analysis-3.2.0 / LetDropping.insertLetInRule

definition: Info
 
insertLetInRule :: [Rule] -> Rule -> Rule
insertLetInRule rules (Rule f args exp) =
  Rule f args (insertLetInExp rules exp)
demand: Info
 argument 2
deterministic: Info
 deterministic operation
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{Rule}) |-> {Rule}}
name: Info
 insertLetInRule
precedence: Info
 no precedence defined
result-values: Info
 {Rule}
signature: Info
 [TRS.Rule] -> TRS.Rule -> TRS.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