CurryInfo: nonstrictunif-optimize-3.0.0 / CurryBrowseAnalysis.Linearity.linearExpr

definition:
 
linearExpr :: Expr -> Bool
linearExpr e = maybe False (const True) (linearVariables e)
demand:
 argument 1
deterministic:
 deterministic operation
documentation:
 
-----------------------------------------------------------------------
Check an expression for linearity:
failfree:
 <FAILING>
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {(_) |-> _}
name:
 linearExpr
precedence:
 no precedence defined
result-values:
 _
signature:
 FlatCurry.Types.Expr -> Prelude.Bool
solution-complete:
 operation might suspend on free variables
terminating:
 possibly non-terminating
totally-defined:
 possibly non-reducible on same data term