CurryInfo: stylechecker-2.0.0 / Check.AST.checkAST

definition:
checkAST :: Module a -> CSM ()
checkAST rootE = checkNode checks 1
                 rootE
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- start traversing by putting complete AST, checks and start of line "1" into first checkNode
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
checkAST
precedence:
no precedence defined
result-values:
_
signature:
Curry.Types.Module a
-> 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