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

definition: Info
 
linearExpr :: Expr -> Bool
linearExpr e = maybe False (const True) (linearVariables e)
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
-----------------------------------------------------------------------
Check an expression for linearity:
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 linearExpr
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 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