CurryInfo: verify-non-fail-2.0.0 / Verify.WithSMT.ndExpr

definition: Info
 
ndExpr :: Expr -> Bool
ndExpr = trExpr (\_ -> False)
                (\_ -> False)
                (\_ _ nds -> or nds)
                (\bs nd -> nd || any snd bs)
                (\_ _ -> True)
                (\_ _ -> True)
                (\_ nd bs -> nd || or bs)
                (\_ -> id)
                (\nd _ -> nd)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Returns `True` if the expression is non-deterministic,
i.e., if `Or` or `Free` occurs in the expression.
failfree: Info
 ()
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> {trExpr}}
name: Info
 ndExpr
precedence: Info
 no precedence defined
result-values: Info
 {trExpr}
signature: Info
 FlatCurry.Types.Expr -> Prelude.Bool
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms