CurryInfo: stylechecker-2.0.0 / Check.AST.TopLevel.Signatures.checkTopLevelSig

definition:
checkTopLevelSig :: Module a -> Int -> CSM ()
checkTopLevelSig (Module _ _ _ _ _ _ decls) _ = checkTopLevelSig' decls decls
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- Applies actual check on `Module`.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Module},_) |-> _}
name:
checkTopLevelSig
precedence:
no precedence defined
result-values:
_
signature:
Curry.Types.Module 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