CurryInfo: stylechecker-2.0.0 / Main.restrict

definition:
restrict :: Config -> Int -> String -> IO ()
restrict conf i s = when ((verbosity conf) >= i)
                         (putStrLn s)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Only print `s` if the current verbosity isn't lower than its restriction.
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_) |-> _}
name:
restrict
precedence:
no precedence defined
result-values:
_
signature:
Types.Config -> Prelude.Int -> String -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term