CurryInfo: stylechecker-2.0.0 / Check.AST.Indent.Do.checkDo

definition:
checkDo :: Expression a -> Int -> CSM ()
checkDo e i =
  case e of
    (Do sI _ sts expr) -> checkDo' sI sts expr i
    _                  -> return ()
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- Applies actual check on `Do` constructs.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Do},_) |-> _ || ({Literal},_) |-> _ || ({Variable},_) |-> _ || ({Constructor},_) |-> _ || ({Paren},_) |-> _ || ({Typed},_) |-> _ || ({Record},_) |-> _ || ({RecordUpdate},_) |-> _ || ({Tuple},_) |-> _ || ({List},_) |-> _ || ({ListCompr},_) |-> _ || ({EnumFrom},_) |-> _ || ({EnumFromThen},_) |-> _ || ({EnumFromTo},_) |-> _ || ({EnumFromThenTo},_) |-> _ || ({UnaryMinus},_) |-> _ || ({Apply},_) |-> _ || ({InfixApply},_) |-> _ || ({LeftSection},_) |-> _ || ({RightSection},_) |-> _ || ({Lambda},_) |-> _ || ({Let},_) |-> _ || ({IfThenElse},_) |-> _ || ({Case},_) |-> _}
name:
checkDo
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