definition:
|
checkImports :: Module a -> Int -> CSM ()
checkImports (Module _ _ _ _ _ imps _) _ = checkImports' imps
|
demand:
|
argument 1
|
deterministic:
|
deterministic operation
|
documentation:
|
-- Checks all imports in a module.
|
failfree:
|
(_, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{({Module},_) |-> _}
|
name:
|
checkImports
|
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
|