definition:
|
checkForWish :: IO (Maybe ReplState) -> IO (Maybe ReplState)
checkForWish =
checkForCommand "wish"
"Windowing shell `wish' not found. Please install package `tk'!"
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
-- Check whether the windowing shell "wish" is available.
|
failfree:
|
()
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{() |-> {checkForCommand}}
|
name:
|
checkForWish
|
precedence:
|
no precedence defined
|
result-values:
|
{checkForCommand}
|
signature:
|
Prelude.IO (Prelude.Maybe REPL.State.ReplState)
-> Prelude.IO (Prelude.Maybe REPL.State.ReplState)
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|