CurryInfo: stylechecker-2.0.0 / Check.AST.TopLevel.BlankLines.checkBlankLines

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