CurryInfo: nonstrictunif-optimize-3.0.0 / NonStrictOpt.onlyLinearFunctions

definition: Info
 
onlyLinearFunctions :: [(QName,Bool)] -> Expr -> Bool
onlyLinearFunctions li e = all isRightLinearDefined (funcsInExpr e)
 where
  isRightLinearDefined fun = maybe False id (lookup fun li)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
does an expression contains only functions defined by right-linear rules
and functions?
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 onlyLinearFunctions
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 [((String, String), Prelude.Bool)] -> FlatCurry.Types.Expr -> Prelude.Bool
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term