CurryInfo: stylechecker-2.0.0 / Check.AST.Pattern.AndOr.checkAndOr

definition:
checkAndOr :: Expression a -> Int -> CSM ()
checkAndOr e _ =
  case (getAndOrAsTupel e) of
    Just n -> checkAndOr' n
    _      -> return ()
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- Applies the 'AndOr' check on the given expression, if applicable.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
checkAndOr
precedence:
no precedence defined
result-values:
_
signature:
Curry.Types.Expression a -> Prelude.Int
-> Control.Monad.Trans.State.StateT Types.CheckState Data.Functor.Identity.Identity ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term